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
/
libsyntax
/
codemap.rs
Age
Commit message (
Expand
)
Author
Lines
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
2012-11-12
Reformatting in codemap
Brian Anderson
-2
/
+5
2012-11-12
Move codemap doc comments to the proper place
Brian Anderson
-6
/
+6
2012-11-12
Move filemap ctors to static methods
Brian Anderson
-18
/
+20
2012-11-12
Remove filemap box typedef from codemap
Brian Anderson
-13
/
+11
2012-11-12
Convert most codemap types from records to structs
Brian Anderson
-18
/
+35
2012-11-03
Remove stage0 stuff that was awaiting snapshot
Tim Chevalier
-17
/
+0
2012-10-18
rustc: Implement intra-crate static methods on anonymous trait implementation...
Patrick Walton
-0
/
+32
2012-10-15
rustc: Merge module and type namespaces. r=brson
Patrick Walton
-18
/
+18
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-2
/
+2
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-18
/
+0
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-0
/
+18
[next]