]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-10-01 Niko Matsakisremove code for re-exports of static methods
2015-10-01 Niko Matsakisconvert the creepy case to just return None -- in pract...
2015-10-01 Niko MatsakisConvert DefId to use DefIndex, which is an index into...
2015-10-01 Niko Matsakisrename ast_map to hir_map
2015-10-01 Niko Matsakisstop updating `parent_node_id` when there is no corresp...
2015-10-01 Niko Matsakisbuild up a set of node-ids that we can construct def...
2015-10-01 Niko MatsakisIntroduce semi-duplicate DefIds into DefLocal/DefUpvar...
2015-10-01 Niko MatsakisMake calling def_id on a DefSelfTy an error; the previo...
2015-10-01 Niko MatsakisMove DefLabel out from the def_id() results
2015-10-01 Niko MatsakisRemove DefRegion, which is not used
2015-10-01 Niko MatsakisRename `node_id` to `var_id` and limit to the cases...
2015-10-01 Niko Matsakismove direct accesses of `node` to go through `as_local_...
2015-10-01 Niko Matsakischange creepy case to call span_bug instead of doing...
2015-10-01 Niko Matsakismove job of creating local-def-ids to ast-map (with...
2015-10-01 Cristian Kubisreplaced *_ptr with *_raw methods in docs
2015-10-01 Niko Matsakisadd some XXX markers
2015-10-01 Niko Matsakismove LOCAL_CRATE to cstore
2015-10-01 Björn SteinbrinkAvoid unnecessary temporaries when ref'ing a DST value
2015-10-01 Ariel Ben-Yehudause the *adjusted* callee type in effect checking
2015-10-01 borsAuto merge of #28131 - arielb1:static-upvars, r=pnkfelix
2015-10-01 Robin KruppeStop probing for pandoc and xelatex, they are not used...
2015-10-01 Ariel Ben-Yehudacheck upvars in closures that are in statics
2015-10-01 borsAuto merge of #28780 - steveklabnik:doc_from_str, r...
2015-10-01 Cristian Kubisdoc: fixed swapped docs for from_ptr and from_raw
2015-10-01 Florian HahnAdd link to Florian Wilkens's Bachelor's Thesis
2015-10-01 borsAuto merge of #28778 - arielb1:no-source, r=eddyb
2015-10-01 borsAuto merge of #28741 - alexcrichton:fix-msvc-32, r...
2015-10-01 borsAuto merge of #28605 - alexcrichton:link-native-first...
2015-10-01 Alex Crichtonrustc: Swap link order of native libs/rust deps
2015-10-01 borsAuto merge of #28577 - jethrogb:topic/ast-stmt-debug...
2015-10-01 borsAuto merge of #28732 - Eljay:fix-unused-attr, r=alexcri...
2015-09-30 borsAuto merge of #28782 - steveklabnik:rollup, r=steveklabnik
2015-09-30 Steve KlabnikRollup merge of #28772 - tshepang:improve-paragraph...
2015-09-30 Steve KlabnikRollup merge of #28771 - tshepang:upper-case, r=stevekl...
2015-09-30 Steve KlabnikRollup merge of #28770 - tshepang:awkward, r=steveklabnik
2015-09-30 Steve KlabnikRollup merge of #28764 - steveklabnik:gh28706, r=alexcr...
2015-09-30 Steve KlabnikRollup merge of #28760 - steveklabnik:gh28166, r=alexcr...
2015-09-30 Steve KlabnikRollup merge of #28753 - steveklabnik:gh28572, r=alexcr...
2015-09-30 Eli FriedmanDon't crash on non-existent path in constant.
2015-09-30 Steve KlabnikAdd some docs for FromString::from_str
2015-09-30 Ariel Ben-Yehudakill the fake provided method stubs
2015-09-30 Alex Crichtontrans: Fix __imp_ creation for i686 MSVC
2015-09-30 borsAuto merge of #28769 - steveklabnik:rollup, r=steveklabnik
2015-09-30 Steve KlabnikImprove identifier defintion in the reference
2015-09-30 Steve KlabnikRollup merge of #28765 - steveklabnik:gh28693, r=nikoma...
2015-09-30 Steve KlabnikRollup merge of #28763 - steveklabnik:gh27917, r=alexcr...
2015-09-30 Steve KlabnikRollup merge of #28762 - steveklabnik:gh28073, r=nikoma...
2015-09-30 Steve KlabnikRollup merge of #28761 - steveklabnik:gh28082, r=brson
2015-09-30 Steve KlabnikRollup merge of #28759 - steveklabnik:gh28359, r=nikoma...
2015-09-30 Steve KlabnikRollup merge of #28757 - steveklabnik:gh28384, r=alexcr...
2015-09-30 Steve KlabnikRollup merge of #28755 - steveklabnik:gh28418, r=alexcr...
2015-09-30 Steve KlabnikRollup merge of #28754 - luser:fix-rustdoc-module-links...
2015-09-30 Steve KlabnikRollup merge of #28749 - tshepang:patch-6, r=bluss
2015-09-30 Steve KlabnikRollup merge of #28745 - tshepang:typo, r=bluss
2015-09-30 Steve KlabnikRollup merge of #28744 - dato:usize-typo, r=Aatch
2015-09-30 Steve KlabnikRollup merge of #28743 - JanLikar:master, r=steveklabnik
2015-09-30 Alex Crichtonrustc: Support output filenames for each emit type
2015-09-30 Steve KlabnikMention that you can only index with usize
2015-09-30 Steve KlabnikElaborate on the io prelude in the book
2015-09-30 Steve KlabnikMake note of performance implications of Read
2015-09-30 Steve KlabnikCross-reference doc chapter from testing chapter
2015-09-30 Ted MielczarekFix module links from core::fmt::* to go to std::fmt
2015-09-30 Steve KlabnikClarify logic instead of using 'vice versa'
2015-09-30 Steve KlabnikCall out slicing syntax more explicitly
2015-09-30 borsAuto merge of #28758 - Manishearth:rollup, r=Manishearth
2015-09-30 Manish GoregaokarRollup merge of #28749 - tshepang:patch-6, r=bluss
2015-09-30 Manish GoregaokarRollup merge of #28745 - tshepang:typo, r=bluss
2015-09-30 Manish GoregaokarRollup merge of #28744 - dato:usize-typo, r=Aatch
2015-09-30 Manish GoregaokarRollup merge of #28743 - JanLikar:master, r=steveklabnik
2015-09-30 Steve KlabnikFormat panic docs for split_at
2015-09-30 Steve KlabnikImprove wording in error handling guide
2015-09-30 Ted MielczarekFix module links in std::fmt and the Rust book's docume...
2015-09-30 Steve KlabnikUpdate no_std docs
2015-09-30 borsAuto merge of #28738 - apasel422:peekable, r=alexcrichton
2015-09-30 Simon MazurImplement `size_hint` for `EscapeDefault`
2015-09-30 borsAuto merge of #28731 - bluss:by-ref, r=alexcrichton
2015-09-30 Tshepang Lekhonkhobepath: remove a line of code that is not useful
2015-09-30 borsAuto merge of #28730 - apasel422:issue-21922, r=alexcri...
2015-09-30 Aidan Hobson... libcxxabi is no longer necessary for libunwind
2015-09-30 Tshepang Lekhonkhobedoc: fix typo
2015-09-30 borsAuto merge of #28729 - retep998:canonical-dir, r=alexcr...
2015-09-30 Dato SimóFix typo in docs: usize is unsigned, not signed.
2015-09-30 borsAuto merge of #28724 - tsion:remove-double-semicolons...
2015-09-30 borsAuto merge of #28500 - alexcrichton:docker-travis,...
2015-09-30 Jan LikarImprove "Variable bindings" chapter
2015-09-29 Alex CrichtonTweak Travis to use GCE
2015-09-29 borsAuto merge of #28702 - arielb1:metadata-versioning...
2015-09-29 Andrew PaseltinerDerive `Clone` for `Peekable`
2015-09-29 Ariel Ben-Yehudasacrifice a few bytes for the euv demon
2015-09-29 borsAuto merge of #28715 - petrochenkov:visit, r=nrc
2015-09-29 borsAuto merge of #28623 - llogiq:faster-fasta, r=brson
2015-09-29 Ariel Ben-Yehudastore the rustc version in metadata and check it
2015-09-29 Peter AtashianMake fs::canonicalize work on directories on Windows
2015-09-29 Ulrik SverdrupRemove redundant uses of Iterator::by_ref()
2015-09-29 Lee JefferyAdd unused_attributes to unused lint group.
2015-09-29 borsAuto merge of #27273 - tshepang:claim-not-accurate...
2015-09-29 Andrew PaseltinerAdd test for #21922
2015-09-29 Simon MazurAdd `fmt::Debug` string escape tests
2015-09-29 Simon MazurImprove speed of `fmt::Debug` for `str` and `char`
2015-09-29 Vadim PetrochenkovRestore `if let`s replaced with `for`s
next