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
/
middle
/
const_eval.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-08
Store deprecated status of i/u-suffixed literals.
Huon Wilson
-2
/
+2
2015-01-07
use slicing sugar
Jorge Aparicio
-4
/
+4
2015-01-06
rollup merge of #20653: alexcrichton/entry-unstable
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20609: cmr/mem
Alex Crichton
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-4
/
+4
2015-01-06
syntax/rustc: implement isize/usize
Corey Richardson
-2
/
+2
2015-01-06
[breaking change] Revert Entry behaviour to take keys by value.
Dylan Ede
-1
/
+1
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-2
/
+2
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-2
/
+2
2015-01-05
DecodeInlinedItem: convert to "unboxed" closures
Jorge Aparicio
-2
/
+2
2015-01-04
[breaking change] Update entry API as part of RFC 509.
Ben Foppa
-2
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
sed -i -s 's/\bmod}/self}/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
rustc: fix fallout
Jorge Aparicio
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-4
/
+4
2014-12-21
Remove a ton of public reexports
Corey Farwell
-1
/
+1
2014-12-19
librustc: use `#[deriving(Copy)]`
Jorge Aparicio
-2
/
+1
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-1
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-12-04
Remove one dependence on typeck from const_eval.
Niko Matsakis
-11
/
+3
2014-11-29
Replace some verbose match statements with their `if let` equivalent.
jfager
-9
/
+5
2014-11-26
rollup merge of #19266: aochagavia/const
Alex Crichton
-0
/
+28
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-11-25
Allow constant struct fields and tuple indexing
Adolfo OchagavĂa
-0
/
+28
2014-11-23
Remove type parameters from ExprField and ExprTupField
Adolfo OchagavĂa
-9
/
+6
2014-11-19
rustc: middle: remove obsolete ty::get.
Eduard Burtescu
-1
/
+1
2014-11-19
rustc: middle: rename `ty::t` to `Ty` and use it unqualified everywhere.
Eduard Burtescu
-1
/
+1
2014-11-19
rustc: avoid `use`-ing `syntax::ast::*`.
Eduard Burtescu
-102
/
+102
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+3
2014-11-17
auto merge of #18914 : Gankro/rust/cloned, r=aturon
bors
-3
/
+3
2014-11-16
fallout from deprecating find_copy and get_copy
Alexis Beingessner
-3
/
+3
2014-11-16
Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq
Jakub Bukaj
-4
/
+1
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-3
/
+3
2014-11-02
refactor libcollections as part of collection reform
Alexis Beingessner
-1
/
+1
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-27
Preserve struct field pattern shorthand in the prettyprinter.
Kevin Mehall
-1
/
+1
2014-10-24
Add a lint for not using field pattern shorthands
P1start
-6
/
+10
2014-10-09
rustc: Add `const` globals to the language
Alex Crichton
-3
/
+3
2014-09-24
handling fallout from entry api
Alexis Beingessner
-1
/
+5
2014-09-14
rustc: fix fallout from using ptr::P.
Eduard Burtescu
-59
/
+64
2014-09-12
Track the visited AST's lifetime throughout Visitor.
Eduard Burtescu
-1
/
+1
2014-09-12
Remove largely unused context from Visitor.
Eduard Burtescu
-5
/
+5
2014-09-10
Implement tuple and tuple struct indexing
P1start
-0
/
+2
2014-09-09
rollup merge of #17085 : jakub-/issue-17074
Alex Crichton
-35
/
+37
2014-09-08
rustc: fix fallout from the addition of a 'tcx lifetime on tcx.
Eduard Burtescu
-13
/
+11
2014-09-07
Fix casts in constant expressions
Jakub Wieczorek
-35
/
+37
2014-09-03
Fix spelling errors and capitalization.
Joseph Crail
-1
/
+1
2014-08-26
DST coercions and DST structs
Nick Cameron
-10
/
+0
[next]