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_front
Age
Commit message (
Expand
)
Author
Lines
2016-02-21
rustbuild: Sync some Cargo.toml/lib.rs dependencies
Alex Crichton
-0
/
+1
2016-02-16
Split PatKind::Enum into PatKind::TupleStruct and PatKind::Path
Vadim Petrochenkov
-25
/
+43
2016-02-14
Rename hir::Pat_ and its variants
Vadim Petrochenkov
-88
/
+87
2016-02-13
Split ast::PatKind::Enum into tuple struct and path patterns
Vadim Petrochenkov
-1
/
+4
2016-02-13
Rename ast::Pat_ and its variants
Vadim Petrochenkov
-12
/
+14
2016-02-12
Make more use of autoderef in librustc_front
Jonas Schievink
-109
/
+108
2016-02-11
bootstrap: Add a bunch of Cargo.toml files
Alex Crichton
-0
/
+14
2016-02-11
[breaking-change] don't glob export ast::PathListItem_ variants
Oliver 'ker' Schneider
-18
/
+18
2016-02-11
[breaking-change] don't glob export ast::StrStyle variants
Oliver 'ker' Schneider
-6
/
+6
2016-02-11
[breaking-change] don't glob export ast::Visibility variants
Oliver 'ker' Schneider
-2
/
+2
2016-02-11
[breaking-change] don't glob export ast::TraitItemKind variants
Oliver 'ker' Schneider
-3
/
+3
2016-02-11
[breaking-change] don't glob export ast::Mutablity variants
Oliver 'ker' Schneider
-2
/
+2
2016-02-11
[breaking-change] don't glob export ast::MetaItem_
Oliver 'ker' Schneider
-5
/
+5
2016-02-11
[breaking-change] don't glob export ast::Item_ variants
Oliver 'ker' Schneider
-16
/
+16
2016-02-11
[breaking-change] don't glob export ast::ForeignItem_ variants
Oliver 'ker' Schneider
-2
/
+2
2016-02-11
[breaking-change] don't pub export ast::Stmt_ variants
Oliver Schneider
-4
/
+4
2016-02-11
[breaking-change] don't pub export ast::Ty_ variants
Oliver Schneider
-13
/
+14
2016-02-11
[breaking-change] don't glob export ast::Expr_ variants
Oliver Schneider
-37
/
+37
2016-02-11
[breaking-change] don't glob export ast::ExplicitSelf_ variants
Oliver Schneider
-5
/
+5
2016-02-11
[breaking-change] don't glob export ast::Decl_ variants
Oliver Schneider
-2
/
+2
2016-02-11
[breaking-change] don't glob export ast::CaptureClause variants
Oliver Schneider
-3
/
+3
2016-02-11
[breaking-change] don't glob import/export syntax::abi enum variants
Oliver Schneider
-10
/
+10
2016-02-11
[breaking-change] don't glob export ast::BlockCheckMode variants
Oliver Schneider
-2
/
+2
2016-02-11
[breaking-change] don't glob import ast::FunctionRetTy variants
Oliver Schneider
-3
/
+3
2016-02-11
[breaking-change] don't glob export ast::BinOp_
Oliver Schneider
-18
/
+18
2016-02-11
[breaking-change] don't glob export ast::UnOp variants
Oliver Schneider
-3
/
+3
2016-01-26
Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson
bors
-2
/
+3
2016-01-25
Fix pretty_printer to print omitted type `_` marker
nxnfufunezn
-7
/
+8
2016-01-24
mk: Move from `-D warnings` to `#![deny(warnings)]`
Alex Crichton
-2
/
+3
2016-01-20
Fix a bug with caching ids in the HIR lowering with nested lowered nodes
Nick Cameron
-52
/
+61
2015-12-22
Stop re-exporting PathParameters's variants.
Ms2ger
-2
/
+2
2015-12-21
Auto merge of #30352 - alexcrichton:new-snashots, r=nikomatsakis
bors
-3
/
+0
2015-12-21
Auto merge of #30460 - Ms2ger:BindingMode, r=alexcrichton
bors
-2
/
+2
2015-12-21
Register new snapshots
Alex Crichton
-3
/
+0
2015-12-20
Auto merge of #30470 - petrochenkov:owned5, r=nrc
bors
-22
/
+22
2015-12-20
Stop re-exporting the ast::BindingMode variants.
Ms2ger
-2
/
+2
2015-12-19
Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis
bors
-2
/
+16
2015-12-19
Improve OwnedSlice and use it in HIR
Vadim Petrochenkov
-22
/
+22
2015-12-18
Auto merge of #30374 - durka:issue-30371, r=alexcrichton
bors
-2
/
+3
2015-12-18
Rollup merge of #30420 - petrochenkov:owned2, r=nrc
Manish Goregaokar
-163
/
+183
2015-12-18
Abstract away differences between Vec and ptr::P in HIR
Vadim Petrochenkov
-132
/
+157
2015-12-18
Deprecate name `OwnedSlice` and don't use it
Vadim Petrochenkov
-31
/
+26
2015-12-17
move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*
Nick Cameron
-3
/
+3
2015-12-16
Add ExprType to HIR and make everything compile
Vadim Petrochenkov
-2
/
+16
2015-12-14
evade unused_variables lint in for-loop desugaring
Alex Burka
-2
/
+3
2015-12-14
Auto merge of #29735 - Amanieu:asm_indirect_constraint, r=pnkfelix
bors
-11
/
+31
2015-12-10
adjust documentation to mention `intravisit` instead of `visit`
Oliver Schneider
-2
/
+2
2015-12-09
Auto merge of #30145 - petrochenkov:hyg, r=nrc
bors
-35
/
+128
2015-12-07
Add comments for Ident::from_name and identifiers in path segments
Vadim Petrochenkov
-0
/
+14
2015-12-07
Remove some unnecessary indirection from HIR structures
Vadim Petrochenkov
-150
/
+137
[next]