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
Age
Commit message (
Expand
)
Author
Lines
2019-10-24
rustc_metadata: Remove `RwLock` from `CStore`
Vadim Petrochenkov
-25
/
+26
2019-10-24
Turn crate store into a resolver output
Vadim Petrochenkov
-100
/
+102
2019-10-24
rustc: Combine resolver outputs into a single struct
Vadim Petrochenkov
-50
/
+41
2019-10-24
resolve: Privatize all resolver fields
Vadim Petrochenkov
-50
/
+61
2019-10-24
rustc: Add a convenience alias for `dyn MetadataLoader + Sync`
Vadim Petrochenkov
-10
/
+12
2019-10-24
rustc_metadata: Move some code around
Vadim Petrochenkov
-98
/
+84
2019-10-24
rustc_metadata: Remove unnecessary use of crate store in plugin loader
Vadim Petrochenkov
-83
/
+41
2019-10-24
rustc_driver: Remove unnecessary use of crate store
Vadim Petrochenkov
-7
/
+7
2019-10-25
Don't assert for different instance on impl trait alias
csmoe
-2
/
+18
2019-10-24
rustc_typeck: compute better spans for inferred_outlives.
Eduard-Mihai Burtescu
-29
/
+39
2019-10-24
rustc: add `Span`s to `inferred_outlives_of` predicates.
Eduard-Mihai Burtescu
-23
/
+39
2019-10-24
workaround msys2 bug
Mateusz Mikuła
-0
/
+23
2019-10-24
reorder TomlTarget struct's fields based on the order in config.toml.example
Guanqun Lu
-2
/
+2
2019-10-24
reorder Rust struct's fields based on the order in config.toml.example
Guanqun Lu
-5
/
+5
2019-10-24
reorder Install struct's fields based on the order in config.toml.example
Guanqun Lu
-1
/
+1
2019-10-24
reorder Build struct's fields based on the order in config.toml.example
Guanqun Lu
-4
/
+4
2019-10-24
reorder Llvm struct's fields based on the order in config.toml.example
Guanqun Lu
-3
/
+3
2019-10-24
Update clippy
Manish Goregaokar
-21
/
+16
2019-10-24
self-profiling: Update measureme to 0.4.0 and use new RAII-based API.
Michael Woerister
-31
/
+11
2019-10-24
self-profiling: Remove unused methods from profiler.
Michael Woerister
-48
/
+0
2019-10-24
Update hashbrown to 0.6.2
Alex Crichton
-1
/
+1
2019-10-24
Changed APIT with explicit generic args span to specific arg spans
Sydney Acksman
-14
/
+29
2019-10-24
Add UI tests for `array::IntoIter` impls
Lukas Kalbertodt
-0
/
+216
2019-10-24
Add unit tests for `array::IntoIter`
Lukas Kalbertodt
-1
/
+207
2019-10-24
Add `array::IntoIter` as a consuming/by-value array iterator
Lukas Kalbertodt
-0
/
+273
2019-10-24
Avoid ICE when adjusting bad self ty
Esteban Küber
-5
/
+96
2019-10-24
Auto merge of #65474 - Mark-Simulacrum:rustc-dev-split, r=pietroalbini
bors
-55
/
+173
2019-10-24
Deprecated proc_macro doesn't trigger warning on build library
wangxiangqing
-0
/
+2
2019-10-23
Tweak format string error to point at arguments always
Esteban Küber
-6
/
+19
2019-10-24
Adjust the tracking issue for `untagged_unions`.
Mazdak Farrokhzad
-8
/
+16
2019-10-24
rustc_typeck: don't record direct callees in generator_interior.
Eduard-Mihai Burtescu
-14
/
+41
2019-10-24
pre-expansion gate type_ascription
Mazdak Farrokhzad
-17
/
+14
2019-10-24
pre-expansion gate box_syntax
Mazdak Farrokhzad
-9
/
+11
2019-10-24
pre-expansion gate label_break_value
Mazdak Farrokhzad
-8
/
+12
2019-10-24
dedup GAT gate checks
Mazdak Farrokhzad
-16
/
+21
2019-10-24
pre-expansion gate try_blocks
Mazdak Farrokhzad
-8
/
+13
2019-10-24
pre-expansion gate exclusive_range_pattern
Mazdak Farrokhzad
-28
/
+33
2019-10-24
pre-expansion gate box_patterns
Mazdak Farrokhzad
-16
/
+23
2019-10-24
pre-expansion gate decl_macro
Mazdak Farrokhzad
-7
/
+24
2019-10-24
pre-expansion gate const_generics
Mazdak Farrokhzad
-26
/
+37
2019-10-24
pre-expansion gate crate_visibility_modifier
Mazdak Farrokhzad
-9
/
+17
2019-10-24
pre-expansion gate associated_type_bounds
Mazdak Farrokhzad
-17
/
+28
2019-10-24
pre-expansion gate trait_alias.
Mazdak Farrokhzad
-10
/
+24
2019-10-24
syntax: reject `trait Foo: Bar = Baz;`.
Mazdak Farrokhzad
-13
/
+40
2019-10-24
Fix default "disable-shortcuts" feature value
Guillaume Gomez
-1
/
+1
2019-10-23
ignore uninhabited non-exhaustive variant fields
David Wood
-49
/
+75
2019-10-23
Rollup merge of #65704 - RalfJung:exact-size, r=oli-obk
Mazdak Farrokhzad
-5
/
+9
2019-10-23
Rollup merge of #65696 - varkor:nll-chalk-const-generics-issue, r=eddyb
Mazdak Farrokhzad
-30
/
+98
2019-10-23
Rollup merge of #65691 - GuillaumeGomez:2018-edition-E0659, r=Dylan-DPC
Mazdak Farrokhzad
-9
/
+9
2019-10-23
Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb
Mazdak Farrokhzad
-364
/
+246
[prev]
[next]