index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2020-03-18
Rollup merge of #69189 - matthewjasper:erase-the-world, r=nikomatsakis
Mazdak Farrokhzad
-237
/
+264
2020-03-18
Rollup merge of #69139 - GuillaumeGomez:cleanup-e0308, r=Dylan-DPC
Mazdak Farrokhzad
-42
/
+60
2020-03-18
Rollup merge of #67749 - gilescope:keyword-in, r=Dylan-DPC
Mazdak Farrokhzad
-5
/
+56
2020-03-18
Tidy: fix running rustfmt twice
Eric Huss
-0
/
+3
2020-03-18
--bless windows test
Mazdak Farrokhzad
-5
/
+13
2020-03-18
fix rebase fallout
Mazdak Farrokhzad
-7
/
+4
2020-03-18
fix pre-expansion linting infra
Mazdak Farrokhzad
-44
/
+67
2020-03-18
use pretty-compare-only in a test
Mazdak Farrokhzad
-0
/
+1
2020-03-18
tweak outline module parsing spans
Mazdak Farrokhzad
-49
/
+55
2020-03-18
parser/expand: minor cleanup
Mazdak Farrokhzad
-17
/
+2
2020-03-18
add test for stripped nested outline module
Mazdak Farrokhzad
-0
/
+13
2020-03-18
{rustc_parse -> rustc_expand}::config
Mazdak Farrokhzad
-16
/
+8
2020-03-18
{rustc_parse::parser -> rustc_expand}::module
Mazdak Farrokhzad
-10
/
+7
2020-03-18
move Directory -> parser::module
Mazdak Farrokhzad
-23
/
+24
2020-03-18
parse: module parsing -> item.rs
Mazdak Farrokhzad
-65
/
+66
2020-03-18
outline modules: parse -> expand.
Mazdak Farrokhzad
-180
/
+116
2020-03-18
extract error_on_circular_module
Mazdak Farrokhzad
-9
/
+19
2020-03-18
extract parse_external_module
Mazdak Farrokhzad
-5
/
+15
2020-03-18
de-fatalize outline module parsing
Mazdak Farrokhzad
-27
/
+52
2020-03-18
expand: use push_directory
Mazdak Farrokhzad
-9
/
+9
2020-03-18
decouple eval_src_mod from Parser
Mazdak Farrokhzad
-40
/
+29
2020-03-18
decouple push_directory from Parser
Mazdak Farrokhzad
-18
/
+23
2020-03-18
detach submod_path from Parser
Mazdak Farrokhzad
-187
/
+192
2020-03-18
extract error_on_circular_module
Mazdak Farrokhzad
-10
/
+20
2020-03-18
extract parse_mod
Mazdak Farrokhzad
-17
/
+18
2020-03-18
submod_path: use id.span
Mazdak Farrokhzad
-16
/
+11
2020-03-18
simplify submod_path
Mazdak Farrokhzad
-14
/
+12
2020-03-18
extract error_decl_mod_in_block
Mazdak Farrokhzad
-13
/
+12
2020-03-18
extract error_cannot_declare_mod_here
Mazdak Farrokhzad
-27
/
+27
2020-03-18
submod_path_from_attr: simplify & document
Mazdak Farrokhzad
-12
/
+13
2020-03-18
std: Don't abort process when printing panics in tests
Alex Crichton
-4
/
+56
2020-03-18
increase stack slack for x86_64-pc-windows-gnu
Ralf Jung
-3
/
+4
2020-03-18
fixes to `Option::{zip,zip_with}`
Waffle
-11
/
+9
2020-03-18
add `Option::{zip,zip_with}` methods under "option_zip" gate
Waffle
-0
/
+60
2020-03-18
Auto merge of #69907 - ehuss:update-cargo, r=ehuss
bors
-0
/
+0
2020-03-17
Update cargo
Eric Huss
-0
/
+0
2020-03-17
Update const-eval tests
Dylan MacKenzie
-70
/
+46
2020-03-18
Auto merge of #68915 - timvermeulen:non_fused_iter, r=Amanieu
bors
-9
/
+90
2020-03-18
rustc_infer: remove InferCtxt::closure_sig as the FnSig is always shallowly k...
Eduard-Mihai Burtescu
-76
/
+51
2020-03-18
Use copy bound in atomic operations to generate simpler MIR
Tomasz Miąsko
-15
/
+15
2020-03-17
Remove infinite loop detector
Dylan MacKenzie
-421
/
+0
2020-03-17
Use `const_eval_limit` instead of infinite loop detector
Dylan MacKenzie
-73
/
+25
2020-03-17
Auto merge of #70020 - matthiaskrgr:submodule_upd, r=ehuss
bors
-12
/
+8
2020-03-17
review feedback: add a comment describing the situation
Joshua M. Clulow
-0
/
+6
2020-03-17
Add issue reference
Jonas Schievink
-1
/
+1
2020-03-17
Don't create AST fragments when lowering to HIR
Jonas Schievink
-30
/
+34
2020-03-17
Clarify comment
Jonas Schievink
-1
/
+1
2020-03-17
Make `ResumeTy` contents private
Jonas Schievink
-1
/
+1
2020-03-17
Split up large `FnDecl` expression
Jonas Schievink
-14
/
+13
2020-03-17
Remove useless derives on `GenFuture`
Jonas Schievink
-1
/
+0
[prev]
[next]