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
/
librustc
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2019-10-25
RFC 2008: Stabilization
David Wood
-1
/
+1
2019-10-20
also check the iterator is not too long
Ralf Jung
-0
/
+1
2019-10-15
Stabilize proc macros generating `macro_rules` items
Vadim Petrochenkov
-1
/
+1
2019-10-08
Stabilize mem::take (mem_take)
Jon Gjengset
-1
/
+0
2019-10-05
Rollup merge of #65105 - Mark-Simulacrum:split-librustc, r=nikomatsakis
Tyler Mandry
-4
/
+0
2019-10-05
Rollup merge of #64708 - SimonSapin:option-deref, r=Centril
Tyler Mandry
-1
/
+0
2019-10-04
middle::intrinsicck -> rustc_passes
Mark Rousskov
-1
/
+0
2019-10-04
middle::entry -> rustc_passes
Mark Rousskov
-1
/
+0
2019-10-04
middle::dead -> rustc_passes
Mark Rousskov
-1
/
+0
2019-10-04
move middle::liveness to rustc_passes
Mark Rousskov
-1
/
+0
2019-09-27
cleanup dead ast-borrowck / migrate-mode code.
Mazdak Farrokhzad
-1
/
+0
2019-09-23
Stabilize Option::deref and Option::deref_mut
Simon Sapin
-1
/
+0
2019-09-15
Auto merge of #60584 - jonas-schievink:ice-panic-hook, r=oli-obk
bors
-1
/
+0
2019-09-07
Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkov
Mazdak Farrokhzad
-6
/
+0
2019-09-06
Move the HIR cfg to `rustc_ast_borrowck`
Matthew Jasper
-1
/
+0
2019-09-05
Remove rustc_diagnostic_macros feature
Mark Rousskov
-1
/
+0
2019-09-05
Replace diagnostic plugins with macro_rules
Mark Rousskov
-5
/
+0
2019-08-30
Move librustc panic handler into the new one
Jonas Schievink
-1
/
+0
2019-08-30
Add a "diagnostic item" scheme
Oliver Scherer
-0
/
+2
2019-08-08
Use associated_type_bounds where applicable - closes #61738
Ilija Tovilo
-0
/
+1
2019-08-02
librustc: Unconfigure tests during normal build
Vadim Petrochenkov
-13
/
+3
2019-07-28
Deny `unused_lifetimes` through rustbuild
Vadim Petrochenkov
-2
/
+0
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-3
/
+1
2019-07-25
Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton
Mazdak Farrokhzad
-1
/
+0
2019-07-24
Merge `rustc_allocator` into `libsyntax_ext`
Vadim Petrochenkov
-1
/
+0
2019-07-23
cleanup: Remove `extern crate serialize as rustc_serialize`s
Vadim Petrochenkov
-8
/
+0
2019-07-13
Make `newtype_index` hygienic and use allow_internal_unstable
Matthew Jasper
-2
/
+0
2019-07-07
Remove some dummy dependencies
John Kåre Alsaker
-4
/
+2
2019-07-07
rustc: Remove `dylib` crate type from most rustc crates
Alex Crichton
-1
/
+0
2019-07-05
Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk
Mazdak Farrokhzad
-1
/
+0
2019-07-04
Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=...
Mazdak Farrokhzad
-0
/
+1
2019-07-01
Enable mem_take feature in relevant crates
Chris Gregory
-0
/
+1
2019-07-01
rustc: use a separate copy of P for HIR than for AST.
Eduard-Mihai Burtescu
-0
/
+2
2019-06-24
Enable internal lints in bootstrap
flip1995
-1
/
+0
2019-06-22
Deny explicit_outlives_requirements in the compiler
Matthew Jasper
-1
/
+0
2019-06-11
rustc: deny(unused_lifetimes).
Eduard-Mihai Burtescu
-0
/
+1
2019-04-25
Introduce hir::ExprKind::Use and employ in for loop desugaring.
Mazdak Farrokhzad
-0
/
+1
2019-04-18
Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov
bors
-1
/
+1
2019-04-17
Rename modules
Yuki OKUSHI
-1
/
+1
2019-04-17
Deny `internal` in stage0
Mateusz Mikuła
-1
/
+1
2019-04-05
Make ArenaAllocatable a marker trait to allow overlapping impls and use speci...
John Kåre Alsaker
-0
/
+1
2019-04-05
Introduce an arena type which may be used to allocate a list of types with de...
John Kåre Alsaker
-0
/
+2
2019-04-03
Deny internal lints in librustc
flip1995
-0
/
+1
2019-03-31
Stabilize refcell_replace_swap feature, closes #43570
Jean-Marie Comets
-1
/
+0
2019-03-27
Use Ranges for vars_since_snapshot
varkor
-0
/
+1
2019-03-18
Define queries using a proc macro
John Kåre Alsaker
-0
/
+6
2019-03-15
rustc: streamline the Print/fmt::Display impls in ppaux and move them to ty::...
Eduard-Mihai Burtescu
-1
/
+0
2019-03-15
rustc: make util::ppaux private.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-15
rustc: move the formatter into ty::print::PrintCx.
Eduard-Mihai Burtescu
-0
/
+1
2019-03-10
Replace TimeLine with SelfProfiler
Wesley Wiser
-1
/
+0
[next]