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
/
libsyntax
/
codemap.rs
Age
Commit message (
Expand
)
Author
Lines
2013-02-15
libsyntax: Get rid of uses of `move` and don't parse it.
Luqman Aden
-2
/
+2
2013-02-13
auto merge of #4922 : jbclements/rust/add-deriving-eq-to-asts, r=catamorphism
bors
-0
/
+1
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-2
/
+2
2013-02-13
deriving-eq all over ast
John Clements
-0
/
+1
2013-02-07
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
Niko Matsakis
-2
/
+2
2013-01-31
test cases, cleanup
John Clements
-28
/
+102
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-3
/
+3
2013-01-30
librustc: Change `self` as a type to `Self` everywhere. r=brson
Patrick Walton
-1
/
+1
2013-01-29
libsyntax: De-export a lot of libsyntax. rs=deƫxporting
Patrick Walton
-15
/
+15
2013-01-29
libstd: Remove "dual impls" from the language and enforce coherence rules. r=...
Patrick Walton
-1
/
+1
2013-01-23
libsyntax: Remove `fn() unsafe { ... }`. r=graydon
Patrick Walton
-8
/
+10
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-2
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2013-01-08
Implement GLB algorithm. (Issue #2263)
Niko Matsakis
-0
/
+4
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-1
/
+8
2012-12-17
Switch from serialization to std::serialize. (snapshot)
Erick Tryzelaar
-9
/
+6
2012-12-09
Remove transitional code
Brian Anderson
-18
/
+0
2012-12-05
Convert Num to explicit self
Brian Anderson
-39
/
+35
2012-12-04
librustc: Long lines. rs=rustbot
Patrick Walton
-1
/
+1
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-4
/
+4
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-30
libs: Remove transitionary material on iter_bytes, add workcache to build.
Graydon Hoare
-17
/
+0
2012-11-28
Merge remote-tracking branch 'brson/companion' into incoming
Brian Anderson
-46
/
+0
2012-11-28
Register snapshots
Brian Anderson
-46
/
+0
2012-11-28
librustc: Add explicit self to IterBytes. r=nmatsakis
Patrick Walton
-0
/
+17
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-6
/
+48
2012-11-16
Remove unused MultiByteChar.sum field from codemap
Brian Anderson
-10
/
+0
2012-11-16
Add some docs to codemap
Brian Anderson
-13
/
+48
2012-11-16
Remove incorrect comment from codemap
Brian Anderson
-2
/
+0
2012-11-16
Remove unused types from codemap
Brian Anderson
-15
/
+0
2012-11-16
Stop tracking CodeMap offsets in the parse session. Big simplification
Brian Anderson
-26
/
+17
2012-11-16
Stop storing char positions in CodeMap
Brian Anderson
-15
/
+15
2012-11-16
Change spans to use byte offsets instead of char offsets
Brian Anderson
-39
/
+106
2012-11-15
Remove CodeMap.lookup_byte_pos
Brian Anderson
-5
/
+0
2012-11-15
Convert CodeMap and FileMap to use &self instead of @self
Brian Anderson
-17
/
+17
2012-11-15
Add some comments to codemap and lexer
Brian Anderson
-0
/
+5
2012-11-15
Refactor the lexer to use FilePos types
Brian Anderson
-5
/
+14
2012-11-14
Create CodeMap.add_filemap
Brian Anderson
-0
/
+4
2012-11-14
Factor out some position management code in the lexer
Brian Anderson
-1
/
+1
2012-11-14
Track character and byte positions together in the parser
Brian Anderson
-5
/
+5
2012-11-14
Add types for character position and byte position in the codemap
Brian Anderson
-35
/
+157
2012-11-14
Camel case all the codemap types except span
Brian Anderson
-65
/
+65
2012-11-12
Remove unused get_snippet function from codemap
Brian Anderson
-6
/
+0
2012-11-12
Make it clearer which codemap functions use chars vs. bytes
Brian Anderson
-20
/
+23
2012-11-12
Objectify the codemap
Brian Anderson
-139
/
+144
2012-11-12
Convert codemap from legacy_exports
Brian Anderson
-56
/
+27
2012-11-12
Remove expn_info box typedef from codemap
Brian Anderson
-3
/
+6
2012-11-12
Reorder codemap decls
Brian Anderson
-32
/
+32
2012-11-12
Remove CodeMap box typedef from codemap
Brian Anderson
-19
/
+21
[prev]
[next]