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
/
middle
Age
Commit message (
Expand
)
Author
Lines
2019-12-21
Use Arena inside hir::Item.
Camille GILLOT
-10
/
+10
2019-12-21
Use Arena inside hir::Crate.
Camille GILLOT
-1
/
+1
2019-12-19
is_binding_pat: treat or-pat like tuple-pat
Mazdak Farrokhzad
-1
/
+2
2019-12-19
is_binding_pat: don't use _ arm
Mazdak Farrokhzad
-1
/
+8
2019-12-13
Require stable/unstable annotations for the constness of all stable functions...
Oliver Scherer
-6
/
+16
2019-12-13
Reuse the `staged_api` feature for `rustc_const_unstable`
Oliver Scherer
-1
/
+6
2019-12-03
Move NativeLibraryKind to rustc_session
Mark Rousskov
-15
/
+1
2019-12-01
Remove ord lang item
cad97
-1
/
+0
2019-11-30
Rollup merge of #66895 - Centril:rustc_feature, r=oli-obk
Mazdak Farrokhzad
-10
/
+14
2019-11-30
move GateIssue to rustc_feature & simplify emit_feature_err
Mazdak Farrokhzad
-10
/
+14
2019-11-28
rustc: Move some queries to `rustc_metadata`
Vadim Petrochenkov
-5
/
+1
2019-11-28
rustc_metadata: Move `has_global_allocator` from session to cstore
Vadim Petrochenkov
-0
/
+1
2019-11-28
rustc_metadata: Privatize `CrateMetadata::extern_crate`
Vadim Petrochenkov
-0
/
+7
2019-11-27
Move ExprUseVisitor and mem_categorization to rustc_typeck
Matthew Jasper
-1339
/
+0
2019-11-27
Remove remaining uses of "cmt"
Matthew Jasper
-48
/
+50
2019-11-27
Simplify `mem_categorization`
Matthew Jasper
-937
/
+183
2019-11-27
Simplify fields of `MemCategorizationContext`
Matthew Jasper
-137
/
+54
2019-11-27
Rename `cmt_` to `Place`
Matthew Jasper
-40
/
+40
2019-11-24
Add raw address of expressions to the AST and HIR
Matthew Jasper
-3
/
+3
2019-11-21
reduce size of hir::ExprKind
Mazdak Farrokhzad
-3
/
+3
2019-11-19
More HashStable.
Camille GILLOT
-26
/
+4
2019-11-14
Clean some error codes diagnostics
Guillaume Gomez
-16
/
+28
2019-11-14
Update to use new librustc_error_codes library
Guillaume Gomez
-0
/
+9
2019-11-13
Rollup merge of #66334 - Mark-Simulacrum:sess-cstore, r=petrochenkov
Yuki Okushi
-0
/
+3
2019-11-12
Rollup merge of #66299 - rossmacarthur:fix-41260-avoid-issue-0, r=varkor
Yuki Okushi
-6
/
+7
2019-11-11
Move allocator_kind to CrateStore
Mark Rousskov
-0
/
+2
2019-11-11
Move injected_panic_runtime to CrateStore
Mark Rousskov
-0
/
+1
2019-11-11
support issue = "none" in unstable attributes
Ross MacArthur
-6
/
+7
2019-11-10
Merge hir::Mutability into ast::Mutability.
Camille GILLOT
-6
/
+6
2019-11-08
hir::ItemKind::Fn: use hir::MethodSig
Mazdak Farrokhzad
-7
/
+7
2019-11-05
use American spelling for `pluralize!`
Andy Russell
-2
/
+2
2019-11-04
Auto merge of #65835 - Mark-Simulacrum:lockless-lintbuffer, r=nikomatsakis
bors
-2
/
+2
2019-11-03
Migrate resolver over to internal lint buffer
Mark Rousskov
-2
/
+2
2019-11-03
Make Emscripten unwinding use a valid type_info
Amanieu d'Antras
-1
/
+1
2019-10-31
Implement dual proc macro hashing
msizanoen
-0
/
+1
2019-10-28
Rollup merge of #65664 - anp:panic-location, r=eddyb
Mazdak Farrokhzad
-0
/
+1
2019-10-27
Implement core::intrinsics::caller_location.
Adam Perry
-0
/
+1
2019-10-25
Migrate from `#[structural_match]` attribute a lang-item trait.
Felix S. Klock II
-0
/
+4
2019-10-24
rustc_metadata: Minimize use of `Lrc` in crate store
Vadim Petrochenkov
-3
/
+3
2019-10-24
rustc: Add a convenience alias for `dyn MetadataLoader + Sync`
Vadim Petrochenkov
-0
/
+2
2019-10-21
Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril
Mazdak Farrokhzad
-6
/
+6
2019-10-21
Remove many unnecessary trait derivations.
Nicholas Nethercote
-6
/
+6
2019-10-21
Rollup merge of #65460 - sinkuu:contains_insert, r=varkor
Yuki Okushi
-2
/
+1
2019-10-16
Make use of the return value of `HashSet::insert`
Shotaro Yamada
-2
/
+1
2019-10-15
Rollup merge of #64603 - gilescope:unused-lifetime-warning, r=matthewjasper
Tyler Mandry
-1
/
+7
2019-10-15
Avoid unused lifetime warning for lifetimes introduced when desugering async.
Giles Cope
-1
/
+7
2019-10-14
rustc_metadata: Remove resolutions for extern crate items from `CStore`
Vadim Petrochenkov
-1
/
+0
2019-10-14
rustc_metadata: Use `CrateSource` where appropriate
Vadim Petrochenkov
-0
/
+6
2019-10-10
stability: Do not use `buffer_lint` after lowering to HIR
Vadim Petrochenkov
-3
/
+11
2019-10-07
Address review comments.
Charles Lew
-1
/
+1
[prev]
[next]