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
2018-08-05
Convert unknown_features lint into an error
varkor
-4
/
+5
2018-08-05
Turn the duplicate feature lint into an error
varkor
-25
/
+24
2018-08-05
Fix test/compile-fail
varkor
-2
/
+9
2018-08-05
Get around tidy bug
varkor
-4
/
+4
2018-08-05
Add duplicity lint for lang features
varkor
-19
/
+30
2018-08-05
Add a lint for duplicate feature attributes
varkor
-0
/
+7
2018-08-05
Trigger stable feature lint for lib features
varkor
-0
/
+10
2018-08-05
Add error for inconsistent stability `since` value
varkor
-0
/
+15
2018-08-05
Add lint for unknown feature attributes
varkor
-26
/
+184
2018-08-04
Normalize EntryFnType variants to standard style
Mark Rousskov
-3
/
+4
2018-08-04
Normalize variants of CrateType to standard style
Mark Rousskov
-19
/
+19
2018-08-03
Move unused trait functions to inherent functions
Mark Rousskov
-18
/
+0
2018-08-03
Store concrete crate stores where possible
Mark Rousskov
-21
/
+1
2018-08-03
Visibility is now a query
Mark Rousskov
-1
/
+0
2018-08-03
Delete dummy crate store
Mark Rousskov
-63
/
+0
2018-08-03
Move validate_crate_name to rustc_metadata
Mark Rousskov
-27
/
+0
2018-07-31
Move dataflow to borrowck
Mark Rousskov
-686
/
+0
2018-07-30
Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov
bors
-6
/
+6
2018-07-29
Replace push loops with collect() and extend() where possible
ljedrz
-6
/
+2
2018-07-28
Don't format!() string literals
ljedrz
-6
/
+6
2018-07-28
Auto merge of #52711 - eddyb:unsized-manuallydrop, r=nikomatsakis
bors
-0
/
+2
2018-07-26
Add flag indicating whether AST `borrowck` query signalled any error.
Felix S. Klock II
-0
/
+8
2018-07-25
Change ManuallyDrop from an union to a struct and make it a lang item.
Eduard-Mihai Burtescu
-0
/
+2
2018-07-23
Change single char str patterns to chars
ljedrz
-1
/
+1
2018-07-22
in which the elided-lifetimes-in-paths lint undergoes a revolution
Zack M. Davis
-16
/
+4
2018-07-21
dead-code lint: say "constructed" for structs
Zack M. Davis
-1
/
+5
2018-07-21
Auto merge of #52438 - ljedrz:rustc_vec_capacity, r=eddyb
bors
-10
/
+6
2018-07-20
Refactor a few push loops to iterators in librustc
ljedrz
-10
/
+6
2018-07-20
Auto merge of #52445 - alexcrichton:wasm-import-module, r=eddyb
bors
-1
/
+2
2018-07-19
Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis
bors
-17
/
+57
2018-07-18
rustc: Stabilize #[wasm_import_module] as #[link(...)]
Alex Crichton
-1
/
+2
2018-07-18
Implement existential types
Oliver Schneider
-17
/
+57
2018-07-16
rustc: Use link_section, not wasm_custom_section
Alex Crichton
-5
/
+0
2018-07-16
Fix tidy
csmoe
-17
/
+44
2018-07-16
ItemKind
csmoe
-79
/
+79
2018-07-16
ForeignItemKind
csmoe
-3
/
+3
2018-07-16
TyKind
csmoe
-14
/
+14
2018-07-16
ExprKind
csmoe
-136
/
+136
2018-07-16
VariantKind
csmoe
-1
/
+1
2018-07-16
DeclKind
csmoe
-4
/
+4
2018-07-16
StmtKind
csmoe
-7
/
+7
2018-07-16
BinOpKind
csmoe
-2
/
+2
2018-07-15
Auto merge of #52381 - oli-obk:ty_to_def_id, r=eddyb
bors
-5
/
+1
2018-07-14
Remove `ty_to_def_id`
Oliver Schneider
-5
/
+1
2018-07-14
Remove most of `Hash` impls from AST and HIR structures
Vadim Petrochenkov
-1
/
+1
2018-07-13
Auto merge of #51987 - nikomatsakis:nll-region-infer-scc, r=pnkfelix
bors
-1
/
+1
2018-07-12
rename `control_flow_graph` to `graph`
Niko Matsakis
-1
/
+1
2018-07-12
rename `graph` to `control_flow_graph::implementation`
Niko Matsakis
-1
/
+1
2018-07-11
Rollup merge of #52247 - ljedrz:dyn_librustc, r=oli-obk
Mark Rousskov
-1
/
+1
2018-07-11
Deny bare trait objects in in src/librustc
ljedrz
-1
/
+1
[prev]
[next]