Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1017 commits
Select commit Hold shift + click to select a range
8549cfe
Auto merge of #69649 - estebank:negative-impl-span, r=Centril
bors Mar 23, 2020
648f72a
update miri
RalfJung Mar 23, 2020
403ba61
Rename remaining occurences of Void to Opaque.
anyska Mar 23, 2020
06ede35
Add Wake trait for safe construction of Wakers.
withoutboats Jan 31, 2020
d8a835f
Add `wake_trait` feature directive to std
withoutboats Jan 31, 2020
c9acdb0
Improve safety implementation, fix typos
withoutboats Jan 31, 2020
ede03a4
typo
withoutboats Jan 31, 2020
3ae74ca
More explicit; CFG on atomic pointer
withoutboats Feb 2, 2020
a4875a7
Update src/libstd/lib.rs
withoutboats Mar 23, 2020
caff9f9
Update src/liballoc/task.rs
withoutboats Mar 23, 2020
32f5724
Apply suggestions from code review
withoutboats Mar 23, 2020
fcb4e77
Split long derive lists into two derive attributes.
anyska Mar 23, 2020
a7ab7b1
#[track_caller] on core::ops::{Index, IndexMut}.
anp Mar 23, 2020
c3b9881
Remove `ReClosureBound`
matthewjasper Mar 11, 2020
454ba77
submodules: update clippy from d8e6e4cf to 1ff81c1b
matthiaskrgr Mar 23, 2020
55299b2
Auto merge of #70311 - RalfJung:miri, r=RalfJung
bors Mar 23, 2020
0a17c4c
fix comment
lcnr Mar 23, 2020
e8f0a64
Make the `type_of` return a generic type for generators
Zoxc Jan 14, 2020
763121d
Update src/librustc_span/source_map.rs
pnkfelix Mar 23, 2020
513ea64
add missing visit_consts
lcnr Mar 23, 2020
e4d2f74
Rollup merge of #68700 - withoutboats:wake-trait, r=withoutboats
Centril Mar 23, 2020
e37e81c
Rollup merge of #69494 - GuillaumeGomez:stabilize-crate-version, r=eh…
Centril Mar 23, 2020
4d5ecca
Rollup merge of #70080 - anyska:mir-double-space, r=oli-obk
Centril Mar 23, 2020
ad6d303
Rollup merge of #70195 - rylev:test-for-53275, r=Centril
Centril Mar 23, 2020
560eae3
Rollup merge of #70199 - pnkfelix:issue-68808-dont-turn-dummy-spans-i…
Centril Mar 23, 2020
8cb3daa
Rollup merge of #70299 - RalfJung:err_machine_stop, r=oli-obk
Centril Mar 23, 2020
1bb0c92
Rollup merge of #70300 - aleksator:66636_reword_unused_variable_warni…
Centril Mar 23, 2020
176e2eb
Rollup merge of #70315 - anyska:void-rename, r=Mark-Simulacrum
Centril Mar 23, 2020
5b29348
Rollup merge of #70318 - anyska:multiple-derives, r=Dylan-DPC
Centril Mar 23, 2020
f080f94
Add const generics test for all range types.
Mar 23, 2020
9bcd9fe
Address review comments
oli-obk Mar 23, 2020
bda976d
add missing const super folds
lcnr Mar 23, 2020
d7ecc8c
query normalize_generic_arg_after_erasing_regions
lcnr Mar 23, 2020
9fdde0a
Merge tests.
Mar 23, 2020
47a84f2
Update tests
Zoxc Feb 6, 2020
124ab20
Limit `from_anon_const` to `AnonConst`s.
oli-obk Mar 23, 2020
1edd389
Auto merge of #70330 - Centril:rollup-ts0clvx, r=Centril
bors Mar 23, 2020
3a65d38
Increase verbosity when using update syntax
jeremystucki Mar 23, 2020
e75158d
Account for bad placeholder types in where clauses
estebank Mar 23, 2020
5aa15bf
Remove leftover mentions of `from_anon_const`
oli-obk Mar 23, 2020
4f513b5
Split out some impls from rustc::mir into a separate submodule
oli-obk Mar 23, 2020
c55c682
Auto merge of #70322 - matthiaskrgr:submodule_upd, r=Dylan-DPC
bors Mar 23, 2020
a7e2641
Move dep_graph to new crate librustc_query_system.
cjgillot Dec 31, 2019
6624dc4
Make librustc_query_system compile.
cjgillot Mar 18, 2020
db7bd5f
Fallout in other crates.
cjgillot Mar 18, 2020
2326ae3
Merge ensure_node_can_be_forced into force_from_dep_node.
cjgillot Mar 20, 2020
3a8bb20
Remove assert_ignored and with_ignore_deps.
cjgillot Mar 20, 2020
d08cc0b
Put extract_def_id back on DepNode.
cjgillot Mar 21, 2020
e0f7b89
Address review.
cjgillot Mar 22, 2020
9f4c888
Fully qualify the path to DepKind.
cjgillot Mar 22, 2020
0f918cb
Move import.
cjgillot Mar 23, 2020
9b1893f
Run rustfmt
oli-obk Mar 23, 2020
4dda632
IoSlice/IoSliceMut should be Send and Sync
withoutboats Mar 23, 2020
3cc4ef9
correct rustc version
withoutboats Mar 23, 2020
9da25d9
Rollup merge of #67761 - cjgillot:split_graph, r=Zoxc
Centril Mar 23, 2020
ee90948
Rollup merge of #69740 - mark-i-m:describe-it-3, r=eddyb
Centril Mar 23, 2020
a73ed5a
Rollup merge of #69981 - oli-obk:const_blocks, r=eddyb
Centril Mar 23, 2020
72c99f2
Rollup merge of #70087 - ecstatic-morse:remove-const-eval-loop-detect…
Centril Mar 23, 2020
7a47df8
Rollup merge of #70242 - DeeDeeG:improve-e0308, r=Dylan-DPC
Centril Mar 23, 2020
ab2817b
Rollup merge of #70264 - tirr-c:issue-69789-mut-suggestion, r=estebank
Centril Mar 23, 2020
3184506
Rollup merge of #70267 - RalfJung:const-prop-unsup, r=oli-obk,wesleyw…
Centril Mar 23, 2020
6c58e01
Rollup merge of #70277 - matthewjasper:remove-closurebound, r=nikomat…
Centril Mar 23, 2020
7cdab7f
Rollup merge of #70283 - CDirkx:regression-test-70155, r=oli-obk
Centril Mar 23, 2020
54db0cf
Rollup merge of #70294 - estebank:bad-placeholder-in-where, r=Centril
Centril Mar 23, 2020
3b8872d
Rollup merge of #70309 - GuillaumeGomez:cleanup-e0452, r=Dylan-DPC
Centril Mar 23, 2020
64a8c8a
Update backtrace crate to 0.3.46
tmiasko Mar 24, 2020
342c5f3
Auto merge of #70343 - Centril:rollup-94egfvs, r=Centril
bors Mar 24, 2020
8818eac
Add a comment to `parse_bool`.
nnethercote Mar 23, 2020
f19ab9a
Remove `-Z incremental-queries`.
nnethercote Mar 23, 2020
fa43259
Invert `-Z generate-arange-section`.
nnethercote Mar 24, 2020
a378267
Remove several dead `-Z` options.
nnethercote Mar 23, 2020
46c8a2c
Remove `-Z incremental`.
nnethercote Mar 23, 2020
22b2781
{rustc::hir::map -> rustc_passes}::hir_id_validator
Centril Mar 24, 2020
12e4f9f
hir::map: simplify matching code
Centril Mar 24, 2020
0f2d968
rustc_expand::base: nix panictry! uses
Centril Mar 17, 2020
0a8db69
nix panictry! in ParserAnyMacro::make
Centril Mar 17, 2020
b7909b2
nix remaining rustc_expand::panictry! uses.
Centril Mar 17, 2020
b0537e2
generic_extension: defatalize Error case
Centril Mar 17, 2020
35cca74
defatalize BangProcMacro::expand
Centril Mar 17, 2020
ce8880d
defatalize AttrProcMacro::expand
Centril Mar 17, 2020
c1ef1b3
defatalize ProcMacroDerive::expand
Centril Mar 17, 2020
ad26401
remove ExtCxt::struct_span_warn
Centril Mar 17, 2020
df9cec2
mbe::transcribe: defatalize errors.
Centril Mar 17, 2020
1bfa248
defatalize `compile_declarative_macro`
Centril Mar 17, 2020
2868045
expand: nix unused method
Centril Mar 17, 2020
0e0f931
defatalize get_test_runner
Centril Mar 17, 2020
3979964
defatalize expand_test_or_bench
Centril Mar 17, 2020
21944b3
expand: add recovery for parse_nt
Centril Mar 17, 2020
d8080d8
expand: address review comments
Centril Mar 18, 2020
d071035
fix rebase fallout
Centril Mar 20, 2020
c415f12
fix rebase fallout due to #69497.
Centril Mar 21, 2020
470e163
pacify missing sysroot spans issue
Centril Mar 23, 2020
eaa6488
Request "-Z unstable-options" for unstable options
workingjubilee Mar 24, 2020
a130954
Rollup merge of #68884 - Zoxc:gen-type, r=nikomatsakis
Centril Mar 24, 2020
0a39964
Rollup merge of #69788 - ArekPiekarz:unstable_book_optin_builtin_trai…
Centril Mar 24, 2020
3d8b961
Rollup merge of #70074 - Centril:unpanictry, r=petrochenkov
Centril Mar 24, 2020
d626f5b
Rollup merge of #70077 - Aaron1011:feature/new-def-path-ident, r=petr…
Centril Mar 24, 2020
7bd86ce
Rollup merge of #70213 - eddyb:stalled-on-ty-or-const, r=nikomatsakis
Centril Mar 24, 2020
0d5b83d
Rollup merge of #70259 - wesleywiser:use_reveal_all, r=eddyb
Centril Mar 24, 2020
d309058
Rollup merge of #70284 - lcnr:issue70273-what-the-heck-git, r=eddyb
Centril Mar 24, 2020
170112c
Rollup merge of #70289 - nnethercote:refactor-codegen, r=eddyb
Centril Mar 24, 2020
9d0ae58
Auto merge of #70351 - Centril:rollup-tveoq3w, r=Centril
bors Mar 24, 2020
9d9649a
move ModifiedStatic error to ConstEval errors, and generally adjust t…
RalfJung Mar 21, 2020
f70af91
bless; add test for mutating a static
RalfJung Mar 21, 2020
69cf211
get back the more precise error message
RalfJung Mar 21, 2020
58a56cc
bless you
RalfJung Mar 21, 2020
03bb3bd
Add long error explanation for E0710 #61137
bishtpawan Mar 24, 2020
7a73b87
fix const_prop ICE
RalfJung Mar 22, 2020
cd9921e
Refactor changes
bishtpawan Mar 24, 2020
1add455
Auto merge of #69894 - vtbassmatt:master, r=nellshamrell
bors Mar 24, 2020
10226da
Update tools_lints
bishtpawan Mar 24, 2020
6c4d5d9
improve normalize cycle error
lcnr Mar 24, 2020
1509160
Add explanation for inner attribute
bishtpawan Mar 24, 2020
374ab25
Auto merge of #70163 - nikic:llvm-10-preparation, r=cuviper
bors Mar 24, 2020
5a62054
Clean up E0454
GuillaumeGomez Mar 24, 2020
1939b4c
actually we can reject all reads from mutable allocs in const-prop
RalfJung Mar 24, 2020
b31707e
Remove unknown lint from deny attribute
bishtpawan Mar 24, 2020
b4f71cd
ci: fix azure pipeline specific code in install-awscli
pietroalbini Jan 7, 2020
9d5c416
ci: rename script windows-symlink-build-dir to symlink-build-dir
pietroalbini Mar 20, 2020
9beb8f5
ci: add github actions configuration
pietroalbini Nov 26, 2019
b9c3633
ci: don't move the build to C: on GitHub Actions
pietroalbini Dec 16, 2019
1ba762a
ci: fix out of disk space errors on linux GHA
pietroalbini Mar 20, 2020
11aafa5
ci: run gha workflows for try, auto and master on the fork
pietroalbini Mar 20, 2020
ba97ad3
ci: move the whole workspace directory on gha/linux
pietroalbini Mar 20, 2020
89339df
ci: run the "bors build finished" jobs only during try and auto runs
pietroalbini Mar 20, 2020
f0bd035
bootstrap: remove default and only_host from expand-yaml-anchors
pietroalbini Mar 20, 2020
45910e7
ci: add notice on top of the azure pipelines configuration
pietroalbini Mar 23, 2020
03c64bf
spaces between braces really ruin readability
withoutboats Mar 24, 2020
2dcf54f
Auto merge of #70190 - pietroalbini:gha, r=Mark-Simulacrum
bors Mar 24, 2020
11763d4
update mir opt test
lcnr Mar 24, 2020
42b10e5
must_use on split_off
kornelski Mar 24, 2020
17b97ee
fmt
jeremystucki Mar 24, 2020
cfeedec
Fix placement of suggested generic param when bounds are present
estebank Mar 24, 2020
1fa6be0
resolve: Remove `rustc_attrs` as a standalone feature gate
petrochenkov Mar 24, 2020
212e6ce
Implement Fuse with Option
cuviper Mar 22, 2020
33cd9a2
Mark hotplug_codegen_backend as ignore-stage1
bjorn3 Mar 24, 2020
89feaf6
Rollup merge of #70023 - GuillaumeGomez:cleanup-e0436, r=Centril
Centril Mar 24, 2020
50d2f30
Rollup merge of #70234 - anp:tracked-std-traits, r=Amanieu
Centril Mar 24, 2020
b8093ba
Rollup merge of #70241 - RalfJung:global-mem, r=oli-obk
Centril Mar 24, 2020
8d4b5ff
Rollup merge of #70342 - withoutboats:io-slice-send-sync, r=Mark-Simu…
Centril Mar 24, 2020
f8ec23f
Rollup merge of #70350 - workingjubilee:patch-1, r=Dylan-DPC
Centril Mar 24, 2020
dc29016
Rollup merge of #70355 - GuillaumeGomez:cleanup-e0454, r=Dylan-DPC
Centril Mar 24, 2020
db2c70b
Rollup merge of #70359 - kornelski:mustsplit, r=Dylan-DPC
Centril Mar 24, 2020
bf1ad22
Rollup merge of #70368 - bjorn3:patch-2, r=jonas-schievink
Centril Mar 24, 2020
02046a5
Auto merge of #70371 - Centril:rollup-ywi1vo3, r=Centril
bors Mar 24, 2020
9172899
normalize some imports, prefer direct ones.
Centril Mar 24, 2020
1a21c28
Add test for #66312
tmandry Mar 24, 2020
7534efa
Reduce error duplication for invalid placeholder types in fn types
estebank Mar 24, 2020
bedc358
fix type name typo in doc comments
JOE1994 Mar 25, 2020
d03c02a
Rollup merge of #70331 - jeremystucki:privacy, r=estebank
Centril Mar 25, 2020
8aafb8a
Rollup merge of #70349 - Centril:hir-outa-rustc, r=Zoxc
Centril Mar 25, 2020
3cced91
Rollup merge of #70361 - tmiasko:backtrace, r=Mark-Simulacrum
Centril Mar 25, 2020
3d0976a
Rollup merge of #70364 - petrochenkov:nofrustc, r=Centril
Centril Mar 25, 2020
cb17049
Rollup merge of #70369 - estebank:bad-placeholder-in-where, r=Centril
Centril Mar 25, 2020
d894f5e
Rollup merge of #70373 - Centril:canon-imports, r=Mark-Simulacrum
Centril Mar 25, 2020
83fc855
Rollup merge of #70376 - tmandry:issue-66312, r=Centril
Centril Mar 25, 2020
cdb50c6
Auto merge of #70383 - Centril:rollup-hmfft3y, r=Centril
bors Mar 25, 2020
5c65568
update tool_lints
bishtpawan Mar 25, 2020
58fee52
is_union() instead of string comparsion
Centril Mar 25, 2020
bd15684
improve non-exhaustive struct pat error
Centril Mar 25, 2020
4920a33
better explain GLOBAL_KIND choice
RalfJung Mar 25, 2020
b5343d6
rename def_id -> static_def_id
RalfJung Mar 25, 2020
bd34826
simplify check_pat_tuple_struct
Centril Mar 25, 2020
c70aa34
borrowck: prefer "value" over "`_`".
Centril Mar 25, 2020
3c1d9ad
Auto merge of #70297 - nnethercote:clean-up-debugging-options, r=mich…
bors Mar 25, 2020
5be304b
miri: simplify shift operator overflow checking
RalfJung Mar 17, 2020
1ddbdc6
use checked casts and arithmetic in Miri engine
RalfJung Mar 21, 2020
9de6008
make bit_width return u64, consistently with other sizes in the compiler
RalfJung Mar 21, 2020
cd15b65
avoid double-cast in mplace_field
RalfJung Mar 21, 2020
d7e2650
miri: avoid a bunch of casts by offering usized-based field indexing
RalfJung Mar 21, 2020
f16b491
remove unnecessary cast
RalfJung Mar 21, 2020
0bc108a
make Size::from* methods generic in the integer type they accept
RalfJung Mar 22, 2020
afcb634
use Size addition instead of checked int addition
RalfJung Mar 24, 2020
1d67ca0
add helper method for ptr ops on Scalar; reduce unnecessary large ope…
RalfJung Mar 24, 2020
b7db732
go back to infix ops for Size
RalfJung Mar 24, 2020
7400955
add usize methods for Size getters
RalfJung Mar 24, 2020
0f7840b
Rename LayoutDetails to just Layout.
anyska Mar 4, 2020
f8e3da5
run test only on 64bit
lcnr Mar 25, 2020
a9484d4
Make x.py compatible with python 3.8.
Mar 25, 2020
21ecb0d
Update cargo.
ehuss Mar 25, 2020
4f429c0
impl TrustedRandomAccess for Fuse without FusedIterator
cuviper Mar 25, 2020
97f0a9e
Rollup merge of #70226 - RalfJung:checked, r=oli-obk
Dylan-DPC Mar 25, 2020
1154023
Rollup merge of #70319 - lcnr:issue63695, r=eddyb
Dylan-DPC Mar 25, 2020
3586ab6
Rollup merge of #70352 - bishtpawan:doc/61137-add-long-error-code-e07…
Dylan-DPC Mar 25, 2020
530c320
Rollup merge of #70366 - cuviper:option-fuse, r=dtolnay
Dylan-DPC Mar 25, 2020
9a9cb2d
Rollup merge of #70379 - JOE1994:patch-2, r=petrochenkov
Dylan-DPC Mar 25, 2020
a5fb9ae
Auto merge of #70404 - Dylan-DPC:rollup-iikcm6r, r=Dylan-DPC
bors Mar 25, 2020
eaa93c0
Clean up E0458 explanation
GuillaumeGomez Mar 25, 2020
5884c9d
Revert "Automatically tag as nominated for T-compiler"
spastorino Mar 25, 2020
1dc722c
gitignore: allow target to be a symlink
mathstuf Mar 25, 2020
4d77d01
Fix for #62691: use the largest niche across all fields
ogoffart Mar 25, 2020
81006f6
Optimize slightly by avoiding to call Niche::reserve when not needed
ogoffart Mar 25, 2020
818da9e
Rollup merge of #69700 - anyska:layout-details-rename, r=oli-obk
Dylan-DPC Mar 25, 2020
0fa57e4
Rollup merge of #70392 - brain0:fixxpy, r=Mark-Simulacrum
Dylan-DPC Mar 25, 2020
15359b0
Rollup merge of #70406 - GuillaumeGomez:cleanup-e0458, r=Dylan-DPC
Dylan-DPC Mar 25, 2020
5bccef5
Rollup merge of #70407 - spastorino:avoid-nomination-on-toolstate-bre…
Dylan-DPC Mar 25, 2020
84a2865
Rollup merge of #70409 - mathstuf:gitignore-target-symlink, r=Mark-Si…
Dylan-DPC Mar 25, 2020
e4519e2
Auto merge of #70412 - Dylan-DPC:rollup-yuq2mfy, r=Dylan-DPC
bors Mar 25, 2020
0fdb7df
avoid catching InterpError
RalfJung Mar 24, 2020
bb3e513
Revert previous commit and make the optimisation in a nicer way
ogoffart Mar 25, 2020
f18a6dc
Rename `def_span` to `guess_head_span`
estebank Mar 9, 2020
89571a1
Tweak chained operators diagnostic
estebank Mar 10, 2020
4832f3f
review comments
estebank Mar 26, 2020
632c0af
borrowck diagnostics: address review comments.
Centril Mar 26, 2020
da10963
typeck/pat: address review comments
Centril Mar 26, 2020
b105ac4
Rollup merge of #69866 - estebank:guess_head_span, r=eddyb
Centril Mar 26, 2020
9fa4953
Rollup merge of #69878 - estebank:chained-ops, r=Centril
Centril Mar 26, 2020
ef01fe6
Rollup merge of #70375 - RalfJung:check-defined-err, r=oli-obk
Centril Mar 26, 2020
ca7dfb1
Rollup merge of #70386 - Centril:patty, r=estebank
Centril Mar 26, 2020
7db4825
Rollup merge of #70389 - Centril:borrowck-no-underscores, r=mark-i-m
Centril Mar 26, 2020
16e9d3f
Rollup merge of #70395 - ehuss:update-cargo, r=ehuss
Centril Mar 26, 2020
a17dd36
Auto merge of #70415 - Centril:rollup-1zttfvl, r=Centril
bors Mar 26, 2020
5d12f22
update miri
RalfJung Mar 26, 2020
3b1d735
Auto merge of #70391 - RalfJung:miri, r=RalfJung
bors Mar 26, 2020
73c8203
Throw error when encountering `...` instead of `..` while destructing…
rakshith-ravi Mar 26, 2020
c21e25c
simplify match stmt
lcnr Mar 26, 2020
e8a05e2
permit negative impls for non-auto traits
nikomatsakis Jan 8, 2020
6507170
make a custom error for overlap with negative impls
nikomatsakis Jan 8, 2020
fda3378
introduce `negative_impls` feature gate and document
nikomatsakis Jan 9, 2020
cc0d6d0
create a tracking issue and link to it
nikomatsakis Jan 17, 2020
68aa798
bump negative impls version to 1.44.0
nikomatsakis Mar 13, 2020
73a5500
convert to doc comments
nikomatsakis Mar 13, 2020
f662847
move feature-gate-negative-impls test to traits/negative-impls
nikomatsakis Mar 13, 2020
7107f6e
comment the `typeck-negative-impls-builtin` test
nikomatsakis Mar 13, 2020
644b9a0
give the negative-impls-builtin test a more sensible name
nikomatsakis Mar 13, 2020
f5c09ed
move stderr file too
nikomatsakis Mar 13, 2020
b9e09d8
add test for negative specializes negative
nikomatsakis Mar 13, 2020
c35801e
use slice pattern instead of calling `is_empty()` and `[0]`
nikomatsakis Mar 19, 2020
011215b
pacify the merciless x.py fmt
nikomatsakis Mar 19, 2020
0d07026
wip pacify the merciless ui tests
nikomatsakis Mar 26, 2020
0b00c20
Reorganize a bit the code and add a comment
ogoffart Mar 26, 2020
b0a63cb
Rollup merge of #68004 - nikomatsakis:negative-impls, r=varkor
Centril Mar 26, 2020
20771ae
Rollup merge of #70385 - RalfJung:miri-nits, r=eddyb
Centril Mar 26, 2020
f9d1378
Rollup merge of #70411 - ogoffart:fix-62691, r=eddyb
Centril Mar 26, 2020
37e1860
Rollup merge of #70417 - rakshith-ravi:master, r=Centril
Centril Mar 26, 2020
608715b
Rollup merge of #70424 - lcnr:nit, r=Centril
Centril Mar 26, 2020
2fbb075
Auto merge of #70427 - Centril:rollup-lrcad2c, r=Centril
bors Mar 26, 2020
f4b9553
XXX solaris-specific docker image WIP
jclulow Mar 13, 2020
66e35f1
XXX add solaris to the list of triples for full host treatment
jclulow Mar 13, 2020
2d071c8
XXX hit GCC with a big -fPIC hammer to avoid relocation issues with t…
jclulow Mar 13, 2020
bd4830b
XXX more like FreeBSD
jclulow Mar 13, 2020
3abc296
XXX work around alexcrichton/openssl-src-rs#51 for now
jclulow Mar 13, 2020
cd60183
XXX use "gcc" instead of "cc" on Solaris when invoking the GCC-style …
jclulow Mar 17, 2020
58f7d39
XXX fold gcc setup into illumos-toolchain.sh
pfmooney Mar 19, 2020
8e9689a
XXX Use now-updated openssl-src crate
pfmooney Mar 20, 2020
b072bd5
XXX Fix typo
pfmooney Mar 20, 2020
e0e0a77
XXX: build overrides until crates are fixed
pfmooney Mar 24, 2020
357e16e
XXX: dependency updates
pfmooney Mar 26, 2020
14a746f
Add illumos triple
jasonbking Jan 19, 2019
1676c02
XXX: change to fs3 dep
pfmooney Mar 31, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
781 changes: 781 additions & 0 deletions .github/workflows/ci.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ __pycache__/
/obj/
/rustllvm/
/unicode-downloads
/target/
/target
# Generated by compiletest for incremental:
/tmp/
tags
Expand Down
3 changes: 3 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ Mateusz Mikuła <[email protected]> <[email protected]>
Mateusz Mikuła <[email protected]> <[email protected]>
Matt Brubeck <[email protected]> <[email protected]>
Matthew Auld <[email protected]>
Matthew Kraai <[email protected]>
Matthew Kraai <[email protected]> <[email protected]>
Matthew Kraai <[email protected]> <[email protected]>
Matthew McPherrin <[email protected]> <[email protected]>
Matthijs Hofstra <[email protected]>
Melody Horn <[email protected]> <[email protected]>
Expand Down
Loading