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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
Age
Commit message (
Expand
)
Author
Lines
2020-01-10
Run 'x.py fmt'.
Michael Woerister
-79
/
+35
2020-01-10
self-profile: Fix issue with handling query blocking.
Michael Woerister
-11
/
+27
2020-01-10
Initial support for recording query keys in self-profiling data.
Michael Woerister
-38
/
+310
2020-01-10
Use 'relaxed' memory ordering for simple atomic counters in dep-graph.
Michael Woerister
-4
/
+4
2020-01-10
self-profile: Switch to new approach for event_id generation that enables que...
Michael Woerister
-62
/
+91
2020-01-10
Promoteds also need param envs.
Oliver Scherer
-2
/
+2
2020-01-10
Make Place Copy
Santiago Pastorino
-1
/
+1
2020-01-10
No need to use local.into here
Santiago Pastorino
-1
/
+1
2020-01-10
Remove PlaceBase enum and make Place base field be local: Local
Santiago Pastorino
-86
/
+35
2020-01-10
Remove Static from PlaceBase
Santiago Pastorino
-61
/
+15
2020-01-10
Remove StaticKind
Santiago Pastorino
-40
/
+5
2020-01-10
Remove StaticKind::Promoted
Santiago Pastorino
-20
/
+5
2020-01-10
Promote `Ref`s to constants instead of static
Santiago Pastorino
-33
/
+67
2020-01-10
nix syntax::errors & prefer rustc_errors over errors
Mazdak Farrokhzad
-48
/
+43
2020-01-10
Introduce `#![feature(half_open_range_patterns)]`.
Mazdak Farrokhzad
-22
/
+73
2020-01-10
Rollup merge of #67922 - Centril:lowering-cleanup, r=petrochenkov
Mazdak Farrokhzad
-27
/
+8
2020-01-10
Rollup merge of #66463 - estebank:point-at-closure-and-opaque-types, r=Centril
Mazdak Farrokhzad
-11
/
+162
2020-01-10
Rollup merge of #68040 - sinkuu:unused, r=petrochenkov
Yuki Okushi
-16
/
+0
2020-01-09
Don't discard marker trait impls when inference variables are present
Aaron Hill
-10
/
+67
2020-01-09
add CStore::item_generics_num_lifetimes
Mazdak Farrokhzad
-3
/
+2
2020-01-09
{rustc::util -> rustc_data_structures}::captures
Mazdak Farrokhzad
-17
/
+5
2020-01-09
refactor 'Output = $ty' & reduce rustc dep
Mazdak Farrokhzad
-7
/
+1
2020-01-09
Remove sanitizer_runtime attribute
Tomasz Miąsko
-4
/
+0
2020-01-09
Fix copy_from_slice which should be extend_from_slice
Markus Westerlind
-1
/
+1
2020-01-09
Change -Z time event naming scheme and make them generic activities
John Kåre Alsaker
-4
/
+4
2020-01-09
Remove unused dependencies
Shotaro Yamada
-3
/
+0
2020-01-09
Remove unused `struct ClosureUpvar`
Shotaro Yamada
-13
/
+0
2020-01-09
Rollup merge of #68026 - llogiq:ch-ch-ch-ch-changes, r=varkor
Mazdak Farrokhzad
-6
/
+2
2020-01-09
Rollup merge of #67986 - JohnTitor:fix-ice-rust-call, r=varkor
Mazdak Farrokhzad
-5
/
+9
2020-01-09
Rollup merge of #67979 - Centril:hir-cleanup, r=Zoxc
Mazdak Farrokhzad
-1296
/
+161
2020-01-09
Rollup merge of #67747 - estebank:bare-assoc-const, r=Centril
Mazdak Farrokhzad
-1
/
+30
2020-01-09
Rollup merge of #67630 - oli-obk:extern_ptr_dangling, r=spastorino
Mazdak Farrokhzad
-2
/
+0
2020-01-08
perf: Avoid creating a SmallVec if nothing changes during a fold
Markus Westerlind
-17
/
+30
2020-01-08
Small improvements in lexical_region_resolve
Andre Bogus
-6
/
+2
2020-01-08
normalize rustc::hir::intravisit imports
Mazdak Farrokhzad
-16
/
+12
2020-01-08
{rustc::hir -> rustc_hir}::intravisit
Mazdak Farrokhzad
-1182
/
+2
2020-01-08
intravisit: abstract over HIR Map
Mazdak Farrokhzad
-31
/
+71
2020-01-08
intravisit: .expect_item -> .item
Mazdak Farrokhzad
-1
/
+9
2020-01-08
NestedVisitorMap: reduce visibilities
Mazdak Farrokhzad
-3
/
+3
2020-01-08
hir::map: elide & simplify
Mazdak Farrokhzad
-3
/
+3
2020-01-08
collector: clarify dependencies
Mazdak Farrokhzad
-12
/
+15
2020-01-08
collector: use impl Trait
Mazdak Farrokhzad
-12
/
+6
2020-01-08
collector: extract upstream_crates
Mazdak Farrokhzad
-13
/
+17
2020-01-08
canonicalize imports in map::block
Mazdak Farrokhzad
-53
/
+53
2020-01-08
move code to method outside of happy path
Esteban Küber
-19
/
+25
2020-01-08
Explain that associated types and consts can't be accessed directly on the tr...
Esteban Küber
-1
/
+24
2020-01-08
remove unnecessary `Debug`
Esteban Küber
-1
/
+1
2020-01-08
reduce code duplication
Esteban Küber
-45
/
+38
2020-01-08
review comments
Esteban Küber
-26
/
+40
2020-01-08
review comments
Esteban Küber
-16
/
+34
[prev]
[next]