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
/
comp
Age
Commit message (
Expand
)
Author
Lines
2012-02-22
Remove preconditions from libraries
Marijn Haverbeke
-28
/
+3
2012-02-22
Clean up small things in syntax submodules
Marijn Haverbeke
-51
/
+27
2012-02-21
rustc: Generate crates with #ast
Brian Anderson
-0
/
+22
2012-02-21
Clean up unification code
Marijn Haverbeke
-328
/
+116
2012-02-21
Clean up some FIXMEs in middle:: modules
Marijn Haverbeke
-124
/
+88
2012-02-21
Move trans::type_of code into its own file
Marijn Haverbeke
-220
/
+223
2012-02-21
Include @ in crate_ctxt and fn_ctxt type definitions
Marijn Haverbeke
-160
/
+160
2012-02-21
Remove unused tydesc argument to upcall_shared_malloc
Marijn Haverbeke
-13
/
+5
2012-02-21
Make the cleanup tag in resource types a u8
Marijn Haverbeke
-11
/
+9
2012-02-21
Remove some checks and associated FIXMEs from trans code
Marijn Haverbeke
-120
/
+37
2012-02-21
Clean up a number of TODOs in the trans modules
Marijn Haverbeke
-297
/
+272
2012-02-20
More work on typechecking classes
Tim Chevalier
-7
/
+48
2012-02-20
core: New task API
Brian Anderson
-2
/
+0
2012-02-20
Oops, my whitespace is showing
Tim Chevalier
-1
/
+1
2012-02-20
Further work on resolving and typechecking classes
Tim Chevalier
-28
/
+193
2012-02-20
cargo: Use $sysroot/$libdir/cargo as work dir
Tycho Sci
-3
/
+3
2012-02-18
rustc: Add missing space to error message
Brian Anderson
-1
/
+1
2012-02-18
Merge pull request #1860 from erickt/master
Brian Anderson
-1
/
+2
2012-02-17
Refactor view_path to parse (but not yet process) export globs, unify code pa...
Graydon Hoare
-389
/
+419
2012-02-17
rustc: Make resolve more forgiving of missing external crates
Brian Anderson
-7
/
+16
2012-02-17
rustdoc: Resolve imports and reexports
Brian Anderson
-24
/
+47
2012-02-17
Move debuginfo into trans
Marijn Haverbeke
-1
/
+1
2012-02-17
Clean up some of trans using block combinators
Marijn Haverbeke
-904
/
+791
2012-02-17
Simplify get_tydesc's API
Marijn Haverbeke
-44
/
+22
2012-02-17
Clean up block_ctxt representation
Marijn Haverbeke
-140
/
+131
2012-02-17
rt: Make upcall_vec_push an intrinsic
Brian Anderson
-5
/
+11
2012-02-16
core: rewrite str::byte_index to use vec functions
Erick Tryzelaar
-1
/
+2
2012-02-16
More rigorous reuse of cleanup sequences
Marijn Haverbeke
-153
/
+170
2012-02-16
Remove to_zero/to_revoke kludge
Marijn Haverbeke
-71
/
+25
2012-02-15
make mut a keyword synonymous with mutable
Niko Matsakis
-204
/
+220
2012-02-15
move shape into trans
Niko Matsakis
-1
/
+1
2012-02-15
Rewrite exhaustiveness checker
Marijn Haverbeke
-82
/
+129
2012-02-15
Replace some explicit fails with 'alt check' invocations
Marijn Haverbeke
-82
/
+39
2012-02-15
Fix bug in safe-reference checker
Marijn Haverbeke
-35
/
+23
2012-02-15
Fix bad line printing for parse errors
Marijn Haverbeke
-12
/
+6
2012-02-15
Support 'alt check' syntax
Marijn Haverbeke
-27
/
+29
2012-02-14
When parsing a source string, fail when the entire string is not parsed.
Kevin Atkinson
-0
/
+3
2012-02-14
Bug fix to accept $ in 0th pos, (ie #ast{$(x) + ...}).
Kevin Atkinson
-4
/
+5
2012-02-14
Correctly handle the character position at the EOF.
Kevin Atkinson
-1
/
+7
2012-02-14
Use file_substr rather than <anon> when re-parsing quasi-quotes
Kevin Atkinson
-24
/
+25
2012-02-14
Do a better job of reporting source location for files (i.e. filemap)
Kevin Atkinson
-2
/
+45
2012-02-14
Change file_substr to allow for external strings.
Kevin Atkinson
-14
/
+16
2012-02-14
rustc: Translate crust functions
Brian Anderson
-84
/
+267
2012-02-14
rustc: Add trans_crust_fn. Don't do anything special yet
Brian Anderson
-6
/
+15
2012-02-14
rustc: Extract native function generation into trans::native
Brian Anderson
-183
/
+194
2012-02-14
rustc: Translate the value of crust functions
Brian Anderson
-0
/
+13
2012-02-14
rustc: Typecheck crust functions as *u8
Brian Anderson
-0
/
+12
2012-02-14
rustc: Parse crust functions
Brian Anderson
-1
/
+4
2012-02-14
rustc: Add crust functions to the AST
Brian Anderson
-3
/
+10
2012-02-14
Merge pull request #1831 from killerswan/str_fixes
Brian Anderson
-13
/
+14
[prev]
[next]