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_front
Age
Commit message (
Expand
)
Author
Lines
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-8443
/
+0
2016-04-02
Add `Crate` and `Restricted` variants to `ast::Visibility`
Jeffrey Seyfried
-1
/
+2
2016-04-02
Make `ast::Visibility` non-copyable
Jeffrey Seyfried
-5
/
+5
2016-03-31
Remove incorrect comment about `PartialEq` implementation
Tobias Bucher
-1
/
+0
2016-03-24
address nits
Alex Burka
-1
/
+1
2016-03-24
fatal error instead of ICE for impossible range during HIR lowering
Alex Burka
-1
/
+8
2016-03-22
fix alignment
Jorge Aparicio
-53
/
+53
2016-03-22
sprinkle feature gates here and there
Jorge Aparicio
-0
/
+1
2016-03-22
try! -> ?
Jorge Aparicio
-698
/
+698
2016-03-21
Expose attached attributes to `FnKind` abstraction so that I can look at them...
Felix S. Klock II
-13
/
+31
2016-03-17
hir_map: Provide expression and statement attributes.
Eduard Burtescu
-1
/
+20
2016-03-17
hir, mir: Separate HIR expressions / MIR operands from InlineAsm.
Eduard Burtescu
-46
/
+24
2016-03-14
Add pretty printer output for `default`
Aaron Turon
-0
/
+5
2016-03-14
Move specialization graph walks to iterators; make associated type
Aaron Turon
-0
/
+10
2016-03-14
Add `default` as contextual keyword, and parse it for impl items.
Aaron Turon
-4
/
+20
2016-03-11
removed suffixes for librustc_front
srinivasreddy
-2
/
+2
2016-03-07
implement the `?` operator
Jorge Aparicio
-0
/
+70
2016-03-06
Auto merge of #30884 - durka:inclusive-ranges, r=aturon
bors
-22
/
+94
2016-03-02
Move span into `StructField`
Vadim Petrochenkov
-33
/
+27
2016-03-02
Use numeric field `Name`s ("0", "1" etc) for positional fields
Vadim Petrochenkov
-35
/
+17
2016-03-02
Get rid of hir::StructFieldKind
Vadim Petrochenkov
-65
/
+48
2016-02-27
fix stability hole
Alex Burka
-1
/
+6
2016-02-27
fallout from removing hir::ExprRange
Alex Burka
-17
/
+0
2016-02-27
HIR: add inclusive ranges, desugar all ranges (remove ExprRange)
Alex Burka
-5
/
+89
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
[next]