]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-07-09 borsauto merge of #15540 : Gankro/rust/master, r=huonw
2014-07-09 borsauto merge of #15530 : adrientetar/rust/proper-fonts...
2014-07-09 borsauto merge of #15339 : cmr/rust/rewrite-lexer2, r=huonw
2014-07-09 Corey RichardsonFix all the test fallout
2014-07-09 Corey Richardsonast: make Name its own type
2014-07-09 Corey Richardsonlexer: lex WS/COMMENT/SHEBANG rather than skipping
2014-07-09 Corey Richardsonsyntax: don't parse numeric literals in the lexer
2014-07-09 Corey Richardsonsyntax: don't process string/char/byte/binary lits
2014-07-09 Corey Richardsonast: add an `as_str` method to Ident
2014-07-09 Corey Richardsonlexer: add ident_from and ident_from_to methods
2014-07-09 Corey Richardsonlexer: shuffle around some functions
2014-07-09 Corey Richardsoncodemap: be less annoying in debug logging
2014-07-09 Corey Richardsonsyntax: use a better Show impl for Ident
2014-07-09 Corey Richardsontest: simplify numeric literal cfail tests
2014-07-09 Corey Richardsonstr: use more helpful assertion failure messages
2014-07-09 Corey Richardsontestsuite: merge some lexer testcases
2014-07-09 Corey Richardsontoken: replace ast::Ident with just Ident
2014-07-09 Corey Richardsonsyntax: doc comments all the things
2014-07-09 borsauto merge of #15537 : jbclements/rust/hygiene-for...
2014-07-09 borsauto merge of #15422 : steveklabnik/rust/guide_compound...
2014-07-09 Alexis BeingessnerRemoving recursion from find_mut in treemap
2014-07-09 borsauto merge of #15374 : steveklabnik/rust/comments,...
2014-07-08 John Clementsfix hygiene for test case
2014-07-08 John Clementscarry self ident forward through re-parsing
2014-07-08 John Clementsmacro literals should be compared by name only
2014-07-08 John Clementsmake macros non-capturing
2014-07-08 John Clementscomments
2014-07-08 John Clementsremove outdated comment
2014-07-08 John Clementsimplement hygiene for method args
2014-07-08 John Clementstest case for expansion of method macro
2014-07-08 John Clementsintroducing let-syntax
2014-07-08 borsauto merge of #14832 : alexcrichton/rust/no-rpath,...
2014-07-08 John Clementsself arg macro test case
2014-07-08 John Clementsreplace idents with names
2014-07-08 John Clementsget rid of keyword idents, replace with names
2014-07-08 John Clementspreserve context in parsing of `self` varref
2014-07-08 John Clementsremove unused fn, make SELF_KEYWORD_NAME public
2014-07-08 John Clementstest harness cleanup
2014-07-08 John Clementschange if/else to match
2014-07-08 John Clementsadded test for method arg hygiene
2014-07-08 borsauto merge of #15493 : brson/rust/tostr, r=pcwalton
2014-07-08 Richo Healeystd: Rename the `ToStr` trait to `ToString`, and `to_st...
2014-07-08 Adrien Tétarwebfonts: check-in licenses
2014-07-08 Adrien Tétarwebfonts: serve Source Code Pro locally
2014-07-08 Adrien Tétarwebfonts: proper fix
2014-07-08 Steve KlabnikGuide: comments
2014-07-08 borsauto merge of #15521 : nick29581/rust/type, r=pcwalton
2014-07-08 Steve KlabnikGuide: complex data types
2014-07-08 borsauto merge of #15518 : alexcrichton/rust/fix-some-crate...
2014-07-08 Alex Crichtonrustc: Fix naming output files with --crate-name
2014-07-08 Nick CameronChange DST syntax: type -> Sized?
2014-07-08 borsauto merge of #15516 : brson/rust/tidy, r=alexcrichton
2014-07-08 borsauto merge of #15508 : jakub-/rust/struct-pattern-witne...
2014-07-08 borsauto merge of #15443 : pcwalton/rust/module-and-type...
2014-07-08 Brian Andersonmk: Run tidy after tests in 'make check'
2014-07-08 borsauto merge of #15406 : luqmana/rust/nop, r=pcwalton
2014-07-07 borsauto merge of #15394 : pcwalton/rust/new-index-traits...
2014-07-07 Luqman Adenlibrustc: Update debuginfo.
2014-07-07 borsauto merge of #15440 : pcwalton/rust/struct-aliases...
2014-07-07 Jakub WieczorekImprove non-exhaustive pattern witnesses for structs...
2014-07-07 Patrick Waltonlibrustc (RFC #34): Implement the new `Index` and ...
2014-07-07 Patrick Waltonlibrustc: Disallow modules and types from having the...
2014-07-07 borsauto merge of #15502 : sfackler/rust/link_args_spaces...
2014-07-07 Steven FacklerStrip empty strings from link args
2014-07-07 borsauto merge of #15496 : ruud-v-a/rust/patch-1, r=huonw
2014-07-07 borsauto merge of #15489 : jakub-/rust/issue-15488, r=pcwalton
2014-07-07 Ruud van Asseldonkmanual: Fix typo.
2014-07-07 borsauto merge of #15411 : mitchmindtree/rust/master, r...
2014-07-07 mitchmindtreeImplemented Decodable/Encodable for Cell and RefCell...
2014-07-07 borsauto merge of #15464 : dotdash/rust/bool_stores, r...
2014-07-06 borsauto merge of #15481 : alexcrichton/rust/fix-nightly...
2014-07-06 Jakub WieczorekProperly bind nested pattern bindings when there's...
2014-07-06 borsauto merge of #15486 : jakub-/rust/test-case-12187...
2014-07-06 Björn SteinbrinkStore booleans as i8 in memory to improve optimizations...
2014-07-06 Björn SteinbrinkRemove remainders from when booleans were i8
2014-07-06 Jakub WieczorekAdd a test case for #12187, which appears to have been...
2014-07-06 borsauto merge of #15467 : brson/rust/guideversion, r=alexc...
2014-07-06 borsauto merge of #15465 : SimonSapin/rust/patch-4, r=alexc...
2014-07-06 Alex Crichtonmk: Fix bootstrapping the nightly builds
2014-07-06 borsauto merge of #15456 : aochagavia/rust/guide, r=alexcri...
2014-07-06 borsauto merge of #15454 : jakub-/rust/15453, r=huonw
2014-07-06 borsauto merge of #15447 : patrickyevsukov/rust/patch-1...
2014-07-06 borsauto merge of #15472 : luqmana/rust/snaps, r=alexcrichton
2014-07-06 Luqman AdenRegister snapshot.
2014-07-06 borsauto merge of #15441 : P1start/rust/lifetime-suggest...
2014-07-06 borsauto merge of #15439 : dotdash/rust/remove_entry_bcx...
2014-07-06 borsauto merge of #15417 : pfalabella/rust/rational-signed...
2014-07-06 Brian Andersondoc: --version no longer displays the host triple
2014-07-06 Simon SapinOptimize String::push_byte()
2014-07-05 borsauto merge of #15319 : alexcrichton/rust/no-crate-id...
2014-07-05 borsauto merge of #15225 : Ryman/rust/liburl_minor, r=alexc...
2014-07-05 Alex Crichtonrustc: Default #[crate_name] on input, not output
2014-07-05 Alex CrichtonTest fixes and rebase conflicts
2014-07-05 Alex Crichtonrustc: Repurpose the --crate-name CLI flag
2014-07-05 Alex Crichtontest: Fix tests for crate_id removal
2014-07-05 Alex Crichtonrustc: Add a flag for specifying dependencies
2014-07-05 Alex Crichtonrustc: Stop putting hashes in filenames by default
2014-07-05 Alex CrichtonAdd #[crate_name] attributes as necessary
2014-07-05 Alex Crichtonrustc: Modify crate loading to ignore versions
2014-07-05 Alex Crichtonrustc: Add a new codegen flag, -C metadata=foo
next