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-04-21
Update cargo, rls
Eric Huss
-0
/
+0
2020-04-21
visit_place_base is just visit_local
Santiago Pastorino
-25
/
+10
2020-04-21
proc_macro::is_available()
David Tolnay
-0
/
+56
2020-04-21
Clean up E0554 explanation
Guillaume Gomez
-1
/
+1
2020-04-21
use cfg_if! and use FileSerializationSink for wasi
Cameron Taggart
-38
/
+56
2020-04-21
Improve E0308 error message wording again
DeeDeeG
-45
/
+36
2020-04-21
Minor refactoring
Ayush Kumar Mishra
-1
/
+1
2020-04-21
Assign correct span to new illegal ops
Dylan MacKenzie
-11
/
+14
2020-04-21
Fix incorrect description of E0690
aticu
-1
/
+1
2020-04-21
Added proper explanation error code E0696
pankajchaudhary5
-2
/
+52
2020-04-21
Fix stage0.txt version number comment
Ralf Jung
-1
/
+1
2020-04-21
Fix formatting issue
Ayush Kumar Mishra
-1
/
+0
2020-04-21
Refactoring and added test-cases #70528
Ayush Kumar Mishra
-1
/
+25
2020-04-21
Auto merge of #71170 - spastorino:dyn-fnonce-alignment, r=nikomatsakis
bors
-16
/
+166
2020-04-21
sccs are computed in dependency order
Niko Matsakis
-53
/
+10
2020-04-21
update ref test
Niko Matsakis
-71
/
+72
2020-04-21
Fix #! (shebang) stripping account space issue #70528
Ayush Kumar Mishra
-1
/
+1
2020-04-21
Auto merge of #71267 - pnkfelix:issue-71248-dont-need-exports-all-green, r=na...
bors
-10
/
+22
2020-04-20
./x.py fmt
Cameron Taggart
-6
/
+6
2020-04-20
allow wasm32 compilation of librustc_data_structures/profiling.rs
Cameron Taggart
-4
/
+11
2020-04-21
Rollup merge of #71346 - mati865:rustbuild-tools, r=Mark-Simulacrum
Dylan DPC
-1
/
+9
2020-04-21
Rollup merge of #71285 - ljedrz:mir_inline_span_for_optimized_mir, r=ecstatic...
Dylan DPC
-7
/
+5
2020-04-21
Rollup merge of #71174 - Nokel81:fix-async-main-error, r=petrochenkov
Dylan DPC
-14
/
+88
2020-04-21
Rollup merge of #69362 - CAD97:alloc_layout_extras, r=Amanieu
Dylan DPC
-13
/
+43
2020-04-20
Fix show-const-contents rustdoc test
Linus Färnstrand
-1
/
+1
2020-04-20
Use assoc float consts instead of module level
Linus Färnstrand
-16
/
+15
2020-04-20
Define module level int consts from assoc consts
Linus Färnstrand
-2
/
+2
2020-04-20
Stop accessing module level int consts via crate::<Ty>
Linus Färnstrand
-9
/
+3
2020-04-20
Auto merge of #5332 - DevinR528:if-let-else-mutex, r=flip1995
bors
-0
/
+7
2020-04-20
Ignore -Zprofile when building compiler_builtins
Amanieu d'Antras
-5
/
+18
2020-04-20
const prop: don't special case return place
Jonas Schievink
-13
/
+9
2020-04-20
Use copy_op_transmute
Jonas Schievink
-1
/
+1
2020-04-20
Bless 32-bit test output
Jonas Schievink
-15
/
+15
2020-04-20
Remove unnecessary block
Jonas Schievink
-6
/
+4
2020-04-20
Fix codegen and mir-opt tests
Jonas Schievink
-19
/
+18
2020-04-20
Update const prop
Jonas Schievink
-5
/
+5
2020-04-20
Dump return_place upon returning
Jonas Schievink
-0
/
+1
2020-04-20
Fix pop_stack_frame logic
Jonas Schievink
-22
/
+7
2020-04-20
Remove null places
Jonas Schievink
-21
/
+0
2020-04-20
Treat RETURN_PLACE as a normal Local
Jonas Schievink
-70
/
+42
2020-04-20
Do not build tools if user do not want them
Mateusz Mikuła
-1
/
+9
2020-04-20
Ensure tail expression will have a `Ty` for E0746
Esteban Küber
-66
/
+113
2020-04-20
Apply suggestions from PR review
Eduardo Broto
-1
/
+1
2020-04-20
Remove some allocations in predicate evaluation
Esteban Küber
-9
/
+10
2020-04-20
Use more `Iterator`s instead of `Vec`s
Esteban Küber
-81
/
+60
2020-04-20
Remove unnecessary allocation
Esteban Küber
-26
/
+25
2020-04-20
Remove some `Vec` allocations in an effort to improve perf
Esteban Küber
-54
/
+38
2020-04-20
Improve Layout::extend docs
CAD97
-3
/
+4
2020-04-20
Update src/libcore/alloc/layout.rs
Christopher Durham
-2
/
+2
2020-04-20
Suggest `-> impl Trait` and `-> Box<dyn Trait>` on fn that doesn't return
Esteban Küber
-42
/
+101
[prev]
[next]