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-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-5
/
+5
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-5
/
+5
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-1
/
+1
2015-02-16
rustc: check for signed division/remainder overflow.
Eduard Burtescu
-7
/
+35
2015-02-16
rustc: teach const_eval more about types.
Eduard Burtescu
-75
/
+142
2015-02-16
rustc: remove the vestigial "const marking" pass.
Eduard Burtescu
-165
/
+0
2015-02-08
Auto merge of #21970 - michaelwoerister:lang-item-call-debug-locs, r=brson
bors
-8
/
+9
2015-02-06
debuginfo: Fix problem with debug locations of constants in match patterns.
Michael Woerister
-8
/
+9
2015-02-06
librustc has been updated
GuillaumeGomez
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-01-28
Rename found_ast to FoundAst and qualify uses.
Ms2ger
-2
/
+2
2015-01-25
Add the span of the operator itself to ast::BinOp.
Huon Wilson
-6
/
+6
2015-01-18
Fix typedef/module name conflicts in the compiler
Alex Crichton
-1
/
+1
2015-01-15
syntax: add fully qualified UFCS expressions.
Eduard Burtescu
-2
/
+9
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
[next]